PointFloat Members
Represents a point with floating X and Y values.Constructors
| Name | Description |
|---|---|
| PointFloat(PointF) | For internal use only. Initializes a new instance of the PointFloat class. |
| PointFloat(Single, Single) | For internal use only. Initializes a new instance of the PointFloat class. |
Fields
| Name | Description |
|---|---|
| Empty static | For internal use only. Represents an empty point. |
Properties
| Name | Description |
|---|---|
| IsEmpty | For internal use only. Checks whether the current point object is empty. |
| X | For internal use. Specifies the X-coordinate of the PointFloat object. |
| Y | For internal use. Specifies the Y-coordinate of the PointFloat object. |
Methods
| Name | Description |
|---|---|
| Equals(PointFloat) | |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether or not the specified object is equal to the current PointFloat instance. |
| GetHashCode() | Serves as the default hash function. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Offset(Single, Single) | Adds the specified values to PointFloat.X and PointFloat.Y. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | For internal use. Returns the textual representation of PointFloat. |
See Also