Метод | Описание | |
---|---|---|
ArrangeOrientationsAll ( |
||
FlipX ( |
||
FlipY ( |
||
InvertPolygon ( |
||
IsEmpty ( VertexCmd c ) : bool | ||
IsEndFigure ( VertexCmd c ) : bool | ||
IsMoveTo ( VertexCmd c ) : bool | ||
IsNextPoly ( VertexCmd c ) : bool | ||
IsVertextCommand ( VertexCmd c ) : bool | ||
ShortenPath ( VertexDistanceList vertexDistanceList, double s, bool closed ) : void |
Метод | Описание | |
---|---|---|
ArrangeOrientations ( |
||
ArrangePolygonOrientation ( |
||
InvertPolygon ( |
||
IsCW ( |
public static ArrangeOrientationsAll ( |
||
myvxs | ||
closewise | bool | |
Результат | void |
public static FlipX ( |
||
vxs | ||
x1 | double | |
x2 | double | |
Результат | void |
public static FlipY ( |
||
vxs | ||
y1 | double | |
y2 | double | |
Результат | void |
public static InvertPolygon ( |
||
myvxs | ||
start | int | |
Результат | void |
public static IsEmpty ( VertexCmd c ) : bool | ||
c | VertexCmd | |
Результат | bool |
public static IsEndFigure ( VertexCmd c ) : bool | ||
c | VertexCmd | |
Результат | bool |
public static IsMoveTo ( VertexCmd c ) : bool | ||
c | VertexCmd | |
Результат | bool |
public static IsNextPoly ( VertexCmd c ) : bool | ||
c | VertexCmd | |
Результат | bool |
public static IsVertextCommand ( VertexCmd c ) : bool | ||
c | VertexCmd | |
Результат | bool |
public static ShortenPath ( VertexDistanceList vertexDistanceList, double s, bool closed ) : void | ||
vertexDistanceList | VertexDistanceList | |
s | double | |
closed | bool | |
Результат | void |