Method | Description | |
---|---|---|
Clone ( ) : |
Clone current instance of the XPoint.
|
|
Create ( double x = 0.0, double y = 0.0, |
Creates a new XPoint instance.
|
|
DistanceTo ( |
Calculates distance between points.
|
|
Draw ( object dc, |
||
FromPoint2 ( |
Creates a new XPoint instance.
|
|
GetPoints ( ) : IEnumerable |
||
Move ( double dx, double dy ) : void | ||
ToString ( ) : string |
public static Create ( double x = 0.0, double y = 0.0, |
||
x | double | The X coordinate of point. |
y | double | The Y coordinate of point. |
shape | The point template. | |
alignment | PointAlignment | The point alignment. |
name | string | The shape name. |
return |
public DistanceTo ( |
||
point | The other point | |
return | double |
public Draw ( object dc, |
||
dc | object | |
renderer | ||
dx | double | |
dy | double | |
db | ImmutableArray |
|
r | ||
return | void |
public static FromPoint2 ( |
||
point | The source point. | |
return |