#import <NSBezierPathStub-CPBezierPathAdditions.h>
Öffentliche Methoden | |
| (void) | - appendBezierPathWithArcWithCenter:radiusX:radiusY:startAngle:endAngle:clockwise: |
| (BOOL) | - isSquare |
| (BOOL) | - containsClosedSubpaths |
| (int) | - numberOfClosedSubpaths |
| (id) | - closedSubpaths |
| (BOOL) | - isSingleLineSegment |
Definiert in Zeile 9 der Datei NSBezierPathStub-CPBezierPathAdditions.h.
| - (void) appendBezierPathWithArcWithCenter: | (struct _NSPoint) | fp8 | ||
| radiusX: | (float) | fp16 | ||
| radiusY: | (float) | fp20 | ||
| startAngle: | (float) | fp24 | ||
| endAngle: | (float) | fp28 | ||
| clockwise: | (BOOL) | fp32 | ||
| - (BOOL) isSquare |
| - (BOOL) containsClosedSubpaths |
| - (int) numberOfClosedSubpaths |
| - (id) closedSubpaths |
| - (BOOL) isSingleLineSegment |