#import <OADCubicBezierToPathElement.h>
Abgeleitet von OADPathElement.
Öffentliche Methoden | |
| (id) | - initWithControlPoint1:controlPoint2:toPoint: |
| (struct OADAdjustPoint) | - controlPoint1 |
| (struct OADAdjustPoint) | - controlPoint2 |
| (struct OADAdjustPoint) | - toPoint |
| (BOOL) | - relative |
| (void) | - setRelative: |
Geschützte Attribute | |
| struct OADAdjustPoint | mControlPoint1 |
| struct OADAdjustPoint | mControlPoint2 |
| struct OADAdjustPoint | mToPoint |
| BOOL | mRelative |
Definiert in Zeile 9 der Datei OADCubicBezierToPathElement.h.
| - (id) initWithControlPoint1: | (struct OADAdjustPoint) | fp8 | ||
| controlPoint2: | (struct OADAdjustPoint) | fp24 | ||
| toPoint: | (struct OADAdjustPoint) | fp40 | ||
| - (struct OADAdjustPoint) controlPoint1 |
| - (struct OADAdjustPoint) controlPoint2 |
| - (struct OADAdjustPoint) toPoint |
| - (BOOL) relative |
| - (void) setRelative: | (BOOL) | fp8 |
- (struct OADAdjustPoint) mControlPoint1 [read, protected] |
Definiert in Zeile 11 der Datei OADCubicBezierToPathElement.h.
- (struct OADAdjustPoint) mControlPoint2 [read, protected] |
Definiert in Zeile 12 der Datei OADCubicBezierToPathElement.h.
- (struct OADAdjustPoint) mToPoint [read, protected] |
Definiert in Zeile 13 der Datei OADCubicBezierToPathElement.h.
- (BOOL) mRelative [protected] |
Definiert in Zeile 14 der Datei OADCubicBezierToPathElement.h.