The PointF type exposes the following members.
Name | Description | |
---|---|---|
PointF |
Creates and initializes an instance of the PointF class. |
Name | Description | |
---|---|---|
areEqualValue |
Determines whether the specified PointF is equal to this point. |
|
clone |
Creates a new object that is a copy of the current PointF instance. |
|
distance |
Returns a distance from this point to the specified one. |
|
isEqual |
Determines whether the specified PointF is equal to the current PointF. |
|
rotate |
Rotates a point to the specified angle. |
|
rotateAt | ||
round | ||
scale |
Scales a point to the specified values. |
|
transform | ||
translate |
Translates a point to the specified offset. |
Name | Description | |
---|---|---|
X |
The x-coordinate of this point. |
|
Y |
The y-coordinate of this point. |