Method |
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 ( PathWriter pathStore, int &m_allocated_vertices, int &m_num_vertices, double &m_coord_xy, byte &m_CommandAndFlags ) : void |
|
|
UnsafeDirectSetData ( PathWriter pathStore, int m_allocated_vertices, int m_num_vertices, double m_coord_xy, byte m_CommandAndFlags ) : void |
|
|
VerticalLineTo ( double y ) : void |
|
|
VerticalLineToRel ( double y ) : void |
|
|