Method | Description | |
---|---|---|
AddArc ( |
||
AddArc ( float x, float y, float radius, float startAngle, float endAngle, bool clockwise ) : void | ||
AddArcToPoint ( |
||
AddArcToPoint ( float x1, float y1, float x2, float y2, float radius ) : void | ||
AddCurveToPoint ( |
||
AddCurveToPoint ( float cp1x, float cp1y, float cp2x, float cp2y, float x, float y ) : void | ||
AddElipseInRect ( |
||
AddElipseInRect ( |
||
AddLines ( |
||
AddLines ( |
||
AddPath ( |
||
AddPath ( |
||
AddQuadCurveToPoint ( |
||
AddQuadCurveToPoint ( float cpx, float cpy, float x, float y ) : void | ||
AddRect ( |
||
AddRect ( |
||
AddRects ( |
||
AddRects ( |
||
AddRects ( |
||
AddRects ( |
||
AddRects ( |
||
AddRects ( |
||
Apply ( ApplierFunction func ) : void | ||
CGPath ( ) : System | ||
CGPath ( |
||
CGPathAddLineToPoint ( |
||
CGPathAddLineToPoint ( float x, float y ) : void | ||
CloseSubpath ( ) : void | ||
ContainsPoint ( |
||
ContainsPoint ( |
||
Dispose ( ) : void | ||
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
IsRect ( RectangleF &rect ) : bool | ||
MoveToPoint ( CGAffineTransform transform, float x, float y ) : void | ||
MoveToPoint ( float x, float y ) : void | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ApplierCallback ( |
||
CGPath ( |
||
CGPath ( |
||
CGPathAddArc ( |
||
CGPathAddArc ( |
||
CGPathAddArcToPoint ( |
||
CGPathAddArcToPoint ( |
||
CGPathAddCurveToPoint ( |
||
CGPathAddCurveToPoint ( |
||
CGPathAddEllipseInRect ( |
||
CGPathAddEllipseInRect ( |
||
CGPathAddLineToPoint ( |
||
CGPathAddLineToPoint ( |
||
CGPathAddLines ( |
||
CGPathAddLines ( |
||
CGPathAddPath ( |
||
CGPathAddPath ( |
||
CGPathAddQuadCurveToPoint ( |
||
CGPathAddQuadCurveToPoint ( |
||
CGPathAddRect ( |
||
CGPathAddRect ( |
||
CGPathAddRects ( |
||
CGPathAddRects ( |
||
CGPathApply ( |
||
CGPathCloseSubpath ( |
||
CGPathContainsPoint ( |
||
CGPathContainsPoint ( |
||
CGPathCreateMutable ( ) : |
||
CGPathCreateMutableCopy ( |
||
CGPathEqualToPath ( |
||
CGPathGetBoundingBox ( |
||
CGPathGetCurrentPoint ( |
||
CGPathGetPathBoundingBox ( |
||
CGPathIsEmpty ( |
||
CGPathIsRect ( |
||
CGPathMoveToPoint ( |
||
CGPathMoveToPoint ( |
||
CGPathRelease ( |
||
CGPathRetain ( |
public AddArc ( |
||
m | ||
x | float | |
y | float | |
radius | float | |
startAngle | float | |
endAngle | float | |
clockwise | bool | |
return | void |
public AddArc ( float x, float y, float radius, float startAngle, float endAngle, bool clockwise ) : void | ||
x | float | |
y | float | |
radius | float | |
startAngle | float | |
endAngle | float | |
clockwise | bool | |
return | void |
public AddArcToPoint ( |
||
m | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
radius | float | |
return | void |
public AddArcToPoint ( float x1, float y1, float x2, float y2, float radius ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
radius | float | |
return | void |
public AddCurveToPoint ( |
||
transform | ||
cp1x | float | |
cp1y | float | |
cp2x | float | |
cp2y | float | |
x | float | |
y | float | |
return | void |
public AddCurveToPoint ( float cp1x, float cp1y, float cp2x, float cp2y, float x, float y ) : void | ||
cp1x | float | |
cp1y | float | |
cp2x | float | |
cp2y | float | |
x | float | |
y | float | |
return | void |
public AddElipseInRect ( |
||
m | ||
rect | ||
return | void |
public AddElipseInRect ( |
||
rect | ||
return | void |
public AddLines ( |
||
m | ||
points | ||
return | void |
public AddLines ( |
||
points | ||
return | void |
public AddPath ( |
||
t | ||
path2 | ||
return | void |
public AddQuadCurveToPoint ( |
||
transform | ||
cpx | float | |
cpy | float | |
x | float | |
y | float | |
return | void |
public AddQuadCurveToPoint ( float cpx, float cpy, float x, float y ) : void | ||
cpx | float | |
cpy | float | |
x | float | |
y | float | |
return | void |
public AddRect ( |
||
transform | ||
rect | ||
return | void |
public AddRect ( |
||
rect | ||
return | void |
public AddRects ( |
||
m | ||
points | ||
count | int | |
return | void |
public AddRects ( |
||
m | ||
rects | ||
return | void |
public AddRects ( |
||
m | ||
rects | ||
count | int | |
return | void |
public AddRects ( |
||
points | ||
count | int | |
return | void |
public AddRects ( |
||
rects | ||
return | void |
public AddRects ( |
||
rects | ||
count | int | |
return | void |
public CGPathAddLineToPoint ( |
||
transform | ||
x | float | |
y | float | |
return | void |
public CGPathAddLineToPoint ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
public ContainsPoint ( |
||
m | ||
point | ||
eoFill | bool | |
return | bool |
public ContainsPoint ( |
||
point | ||
eoFill | bool | |
return | bool |
public MoveToPoint ( CGAffineTransform transform, float x, float y ) : void | ||
transform | CGAffineTransform | |
x | float | |
y | float | |
return | void |
public MoveToPoint ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |