Method | Description | |
---|---|---|
AddArc ( |
||
AddArc ( float x, float y, float width, float height, float startAngle, float sweepAngle ) : void | ||
AddBezierCurve ( |
||
AddEllipse ( float x, float y, float w, float h ) : void | ||
AddLine ( |
||
AddLine ( float x1, float y1, float x2, float y2 ) : void | ||
AddRectangle ( |
||
CloseFigure ( ) : void | ||
Dispose ( ) : void | ||
GetPathData ( |
||
GraphicsPath ( ) : System.Collections.Generic | ||
StartFigure ( ) : void |
public AddArc ( |
||
rectF | ||
startAngle | float | |
sweepAngle | float | |
return | void |
public AddArc ( float x, float y, float width, float height, float startAngle, float sweepAngle ) : void | ||
x | float | |
y | float | |
width | float | |
height | float | |
startAngle | float | |
sweepAngle | float | |
return | void |
public AddBezierCurve ( |
||
p1 | ||
p2 | ||
p3 | ||
p4 | ||
return | void |
public AddEllipse ( float x, float y, float w, float h ) : void | ||
x | float | |
y | float | |
w | float | |
h | float | |
return | void |
public AddLine ( |
||
p1 | ||
p2 | ||
return | void |
public AddLine ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public AddRectangle ( |
||
rectF | ||
return | void |
public static GetPathData ( |
||
p | ||
points | List |
|
cmds | List |
|
return | void |
public GraphicsPath ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |