The PointF type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PointF | Overloaded. Creates and initializes an instance of the PointF class. |
| Name | Description | |
|---|---|---|
|
|
AreEqualValues | |
|
|
Clone | |
|
|
Distance |
Returns a distance from this point to the specified one. |
|
|
Equals | Overloaded. |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Rotate |
Rotates a point to the specified angle. |
|
|
Scale |
Scales a point to the specified values. |
|
|
ToPoint | |
|
|
ToPointF | |
|
|
ToString |
Returns a string that represents this PointF. (Overrides Object.ToString()().) |
|
|
Translate |
Translates a point to the specified offset. |
| Name | Description | |
|---|---|---|
|
|
IsEmpty | |
|
|
X |
Gets or sets the x-coordinate of this PointF. |
|
|
Y |
Gets or sets the y-coordinate of this PointF. |
| Name | Description | |
|---|---|---|
|
|
ICloneable..Clone |