The Point type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Point()()()() |
Create a new point at (0,0).
| |
| Point(Point) |
Create a new point from an existing one.
| |
| Point(Transform) |
Create a new point from a transformation.
| |
| Point(Double, Double) |
Create a new point.
| |
| Point(Point, Transform) |
Create a new point from an existing one.
| |
| Point(Double, Double, Transform) |
Create a new point.
|
Methods
| Name | Description | |
|---|---|---|
| CreateGdiPoint |
Converts the point to the System.Drawing.Point equivalent
| |
| CreateGdiPointF |
Converts the point to the System.Drawing.PointF equivalent
|