Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
ClearAndStartNewVxs ( VertexStore newVxsOutput ) : void | ||
CloseFigure ( ) : void | ||
CloseFigureCCW ( ) : void | ||
ConcatPath ( VertexStoreSnap s ) : void | ||
Curve3 ( double p2x, double p2y, double x, double y ) : void |
Draws a quadratic Bezier curve from the current point to (x,y) using (xControl,yControl) as the control point.
|
|
Curve3Rel ( double p2x, double p2y, double x, double y ) : void |
Draws a quadratic Bezier curve from the current point to (x,y) using (xControl,yControl) as the control point.
|
|
Curve4 ( double p2x, double p2y, double p3x, double p3y, double x, double y ) : void | ||
Curve4Rel ( double p2x, double p2y, double p3x, double p3y, double x, double y ) : void | ||
HorizontalLineTo ( double x ) : void | ||
HorizontalLineToRel ( double x ) : void | ||
JoinPath ( VertexStoreSnap s ) : void | ||
LineTo ( double x, double y ) : void | ||
LineToRel ( double x, double y ) : void | ||
MakeVertexSnap ( ) : VertexStoreSnap | ||
MoveTo ( double x, double y ) : void | ||
MoveToRel ( double x, double y ) : void | ||
PathWriter ( ) : PixelFarm.VectorMath | ||
PathWriter ( VertexStore externalVxs ) : PixelFarm.VectorMath | ||
SmoothCurve3 ( double x, double y ) : void |
Draws a quadratic Bezier curve from the current point to (x,y). The control point is assumed to be the reflection of the control point on the previous command relative to the current point. (If there is no previous command or if the previous command was not a curve, assume the control point is coincident with the current point.)
|
|
SmoothCurve3Rel ( double x, double y ) : void |
Draws a quadratic Bezier curve from the current point to (x,y). The control point is assumed to be the reflection of the control point on the previous command relative to the current point. (If there is no previous command or if the previous command was not a curve, assume the control point is coincident with the current point.)
|
|
SmoothCurve4 ( double p3x, double p3y, double x, double y ) : void | ||
SmoothCurve4Rel ( double p3x, double p3y, double x, double y ) : void | ||
StartFigure ( ) : int | ||
Stop ( ) : void | ||
UnsafeDirectGetData ( |
||
UnsafeDirectSetData ( |
||
VerticalLineTo ( double y ) : void | ||
VerticalLineToRel ( double y ) : void |
Méthode | Description | |
---|---|---|
CreateMirrorPoint ( Vector2 mirrorPoint, Vector2 fixedPoint ) : Vector2 | ||
GetLastVertex ( double &x, double &y ) : VertexCmd |
public ClearAndStartNewVxs ( VertexStore newVxsOutput ) : void | ||
newVxsOutput | VertexStore | |
Résultat | void |
public ConcatPath ( VertexStoreSnap s ) : void | ||
s | VertexStoreSnap | |
Résultat | void |
public Curve3 ( double p2x, double p2y, double x, double y ) : void | ||
p2x | double | |
p2y | double | |
x | double | |
y | double | |
Résultat | void |
public Curve3Rel ( double p2x, double p2y, double x, double y ) : void | ||
p2x | double | |
p2y | double | |
x | double | |
y | double | |
Résultat | void |
public Curve4 ( double p2x, double p2y, double p3x, double p3y, double x, double y ) : void | ||
p2x | double | |
p2y | double | |
p3x | double | |
p3y | double | |
x | double | |
y | double | |
Résultat | void |
public Curve4Rel ( double p2x, double p2y, double p3x, double p3y, double x, double y ) : void | ||
p2x | double | |
p2y | double | |
p3x | double | |
p3y | double | |
x | double | |
y | double | |
Résultat | void |
public HorizontalLineTo ( double x ) : void | ||
x | double | |
Résultat | void |
public HorizontalLineToRel ( double x ) : void | ||
x | double | |
Résultat | void |
public JoinPath ( VertexStoreSnap s ) : void | ||
s | VertexStoreSnap | |
Résultat | void |
public LineToRel ( double x, double y ) : void | ||
x | double | |
y | double | |
Résultat | void |
public MakeVertexSnap ( ) : VertexStoreSnap | ||
Résultat | VertexStoreSnap |
public MoveToRel ( double x, double y ) : void | ||
x | double | |
y | double | |
Résultat | void |
public PathWriter ( ) : PixelFarm.VectorMath | ||
Résultat | PixelFarm.VectorMath |
public PathWriter ( VertexStore externalVxs ) : PixelFarm.VectorMath | ||
externalVxs | VertexStore | |
Résultat | PixelFarm.VectorMath |
public SmoothCurve3 ( double x, double y ) : void | ||
x | double | |
y | double | |
Résultat | void |
public SmoothCurve3Rel ( double x, double y ) : void | ||
x | double | |
y | double | |
Résultat | void |
public SmoothCurve4 ( double p3x, double p3y, double x, double y ) : void | ||
p3x | double | |
p3y | double | |
x | double | |
y | double | |
Résultat | void |
public SmoothCurve4Rel ( double p3x, double p3y, double x, double y ) : void | ||
p3x | double | |
p3y | double | |
x | double | |
y | double | |
Résultat | void |
public static UnsafeDirectGetData ( |
||
pathStore | ||
m_allocated_vertices | int | |
m_num_vertices | int | |
m_coord_xy | double | |
m_CommandAndFlags | byte | |
Résultat | void |
public static UnsafeDirectSetData ( |
||
pathStore | ||
m_allocated_vertices | int | |
m_num_vertices | int | |
m_coord_xy | double | |
m_CommandAndFlags | byte | |
Résultat | void |
public VerticalLineToRel ( double y ) : void | ||
y | double | |
Résultat | void |