Property | Type | Description | |
---|---|---|---|
dbugId | int |
Property | Type | Description | |
---|---|---|---|
AllocIfRequired | void | ||
ReplaceCommand | void | ||
ReplaceVertex | void | ||
SwapVertices | void | ||
VertexStore | |||
dbugGetNewId | int |
Method | Description | |
---|---|---|
AddCloseFigure ( ) : void | ||
AddLineTo ( double x, double y ) : void | ||
AddMoveTo ( double x, double y ) : void | ||
AddP2c ( double x, double y ) : void |
add 2nd curve point (for C3,C4 curve)
|
|
AddP3c ( double x, double y ) : void |
add 3rd curve point (for C4 curve)
|
|
AddStop ( ) : void | ||
AddSubVertices ( |
||
AddVertex ( double x, double y, VertexCmd cmd ) : void | ||
Clear ( ) : void | ||
CreateCopy ( |
copy from src to the new one
|
|
GetCommand ( int index ) : VertexCmd | ||
GetLastCommand ( ) : VertexCmd | ||
GetLastVertex ( double &x, double &y ) : VertexCmd | ||
GetVertex ( int index, double &x, double &y ) : VertexCmd | ||
GetVertexXY ( int index, double &x, double &y ) : void | ||
UnsafeDirectGetData ( |
||
UnsafeDirectSetData ( |
||
VertexStore ( ) | ||
VertexStore ( int initsize ) |
Method | Description | |
---|---|---|
AllocIfRequired ( int indexToAdd ) : void | ||
ReplaceCommand ( int index, VertexCmd CommandAndFlags ) : void | ||
ReplaceVertex ( int index, double x, double y ) : void | ||
SwapVertices ( int v1, int v2 ) : void | ||
VertexStore ( |
||
dbugGetNewId ( ) : int |
public AddLineTo ( double x, double y ) : void | ||
x | double | |
y | double | |
return | void |
public AddMoveTo ( double x, double y ) : void | ||
x | double | |
y | double | |
return | void |
public AddSubVertices ( |
||
anotherVxs | ||
return | void |
public AddVertex ( double x, double y, VertexCmd cmd ) : void | ||
x | double | |
y | double | |
cmd | VertexCmd | |
return | void |
public static CreateCopy ( |
||
src | ||
return |
public GetLastVertex ( double &x, double &y ) : VertexCmd | ||
x | double | |
y | double | |
return | VertexCmd |
public GetVertex ( int index, double &x, double &y ) : VertexCmd | ||
index | int | |
x | double | |
y | double | |
return | VertexCmd |
public GetVertexXY ( int index, double &x, double &y ) : void | ||
index | int | |
x | double | |
y | double | |
return | void |
public static UnsafeDirectGetData ( |
||
vstore | ||
m_allocated_vertices | int | |
m_num_vertices | int | |
m_coord_xy | double | |
m_CommandAndFlags | byte | |
return | void |
public static UnsafeDirectSetData ( |
||
vstore | ||
m_allocated_vertices | int | |
m_num_vertices | int | |
m_coord_xy | double | |
m_CommandAndFlags | byte | |
return | void |