[]
Initializes new instance of the Point2d class.
public Point2d()
Initializes new instance of the Point2d class.
public Point2d(float x, float y)
Type | Name | Description |
---|---|---|
float | x | The horizontal position of the point. |
float | y | The vertical position of the point. |
Initializes new instance of the Point2d class
public Point2d(PointF p)
Type | Name | Description |
---|---|---|
PointF | p | The GDI+ point structure. |
For internal use only.
public Point2d(string xml)
Type | Name | Description |
---|---|---|
string | xml |
For internal use only.
public Point2d(string xml, GraphXmlSerializationContext context)
Type | Name | Description |
---|---|---|
string | xml | |
GraphXmlSerializationContext | context |