UIBezierPath Klassenreferenz

#import <UIBezierPath.h>

Abgeleitet von NSObject.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - init
(void) - dealloc
(struct CGPath *) - _pathRef
(void) - moveToPoint:
(void) - lineToPoint:
(void) - appendBezierPath:
(void) - appendBezierPathWithRect:
(void) - appendBezierPathWithOvalInRect:
(void) - appendBezierPathWithOvalInRect:transform:
(void) - closePath
(void) - appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise:
(void) - setLineWidth:
(void) - fill
(void) - stroke
(void) - clip

Öffentliche, statische Methoden

(id) + bezierPath
(id) + bezierPathKnockingOutTopOfRect:withCornerRadius:
(id) + bezierPathKnockingOutBottomOfRect:withCornerRadius:
(id) + roundedRectBezierPath:withRoundedEdges:
(id) + roundedRectBezierPath:withRoundedCorners:withCornerRadius:
(id) + roundedRectBezierPath:withRoundedCorners:withCornerRadii:
(id) + roundedRectBezierPath:withRoundedCorners:visibleEdges:cornerRadius:

Geschützte Attribute

struct CGPath * _pathRef
float _width

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei UIBezierPath.h.


Dokumentation der Elementfunktionen

+ (id) bezierPath  

+ (id) bezierPathKnockingOutTopOfRect: (struct CGRect fp8
withCornerRadius: (float)  fp24 

+ (id) bezierPathKnockingOutBottomOfRect: (struct CGRect fp8
withCornerRadius: (float)  fp24 

+ (id) roundedRectBezierPath: (struct CGRect fp8
withRoundedEdges: (int)  fp24 

+ (id) roundedRectBezierPath: (struct CGRect fp8
withRoundedCorners: (int)  fp24
withCornerRadius: (float)  fp28 

+ (id) roundedRectBezierPath: (struct CGRect fp8
withRoundedCorners: (int)  fp24
withCornerRadii: (id)  fp28 

+ (id) roundedRectBezierPath: (struct CGRect fp8
withRoundedCorners: (int)  fp24
visibleEdges: (int)  fp28
cornerRadius: (float)  fp32 

- (id) init  

- (void) dealloc  

Implementiert NSObject.

- (struct CGPath *) _pathRef  

- (void) moveToPoint: (struct CGPoint fp8  

- (void) lineToPoint: (struct CGPoint fp8  

- (void) appendBezierPath: (id)  fp8  

- (void) appendBezierPathWithRect: (struct CGRect fp8  

- (void) appendBezierPathWithOvalInRect: (struct CGRect fp8  

- (void) appendBezierPathWithOvalInRect: (struct CGRect fp8
transform: (struct CGAffineTransform fp24 

- (void) closePath  

- (void) appendBezierPathWithArcWithCenter: (struct CGPoint fp8
radius: (float)  fp16
startAngle: (float)  fp20
endAngle: (float)  fp24
clockwise: (BOOL)  fp28 

- (void) setLineWidth: (float)  fp8  

- (void) fill  

- (void) stroke  

- (void) clip  


Dokumentation der Datenelemente

- (struct CGPath*) _pathRef [read, protected]

Definiert in Zeile 11 der Datei UIBezierPath.h.

- (float) _width [protected]

Definiert in Zeile 12 der Datei UIBezierPath.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: