Метод | Описание | |
---|---|---|
Contains ( IList |
|
|
Contains ( |
Checks if line contains point.
|
|
Contains ( double x, double y, Vector2 convexHull, int k ) : bool |
|
|
GetArcBounds ( |
Get the bounding rectangle for XArc shape.
|
|
GetEllipseBounds ( |
Get the bounding rectangle for XEllipse shape.
|
|
GetImageBounds ( |
Get the bounding rectangle for XImage shape.
|
|
GetPointBounds ( |
Get the bounding rectangle for XPoint shape.
|
|
GetRectangleBounds ( |
Get the bounding rectangle for XRectangle shape.
|
|
GetTextBounds ( |
Get the bounding rectangle for XText shape.
|
|
GetVertices ( IList |
|
|
Overlap ( Vector2 selection, IList |
|
|
ToConvexHull ( IList |
|
public static Contains ( IList |
||
points | IList |
|
v | Vector2 | |
dx | double | |
dy | double | |
Результат | bool |
public static Contains ( |
||
line | ||
v | Vector2 | |
threshold | double | |
dx | double | |
dy | double | |
Результат | bool |
public static Contains ( double x, double y, Vector2 convexHull, int k ) : bool | ||
x | double | |
y | double | |
convexHull | Vector2 | |
k | int | |
Результат | bool |
public static GetArcBounds ( |
||
arc | ||
dx | double | |
dy | double | |
Результат |
public static GetEllipseBounds ( |
||
ellipse | ||
dx | double | |
dy | double | |
Результат |
public static GetImageBounds ( |
||
image | ||
dx | double | |
dy | double | |
Результат |
public static GetPointBounds ( |
||
point | ||
threshold | double | |
dx | double | |
dy | double | |
Результат |
public static GetRectangleBounds ( |
||
rectangle | ||
dx | double | |
dy | double | |
Результат |
public static GetTextBounds ( |
||
text | ||
dx | double | |
dy | double | |
Результат |
public static GetVertices ( IList |
||
points | IList |
|
dx | double | |
dy | double | |
Результат | Vector2[] |
public static Overlap ( Vector2 selection, IList |
||
selection | Vector2 | |
points | IList |
|
dx | double | |
dy | double | |
Результат | bool |
public static ToConvexHull ( IList |
||
points | IList |
|
dx | double | |
dy | double | |
k | int | |
convexHull | Vector2 | |
Результат | void |