PointFloat Methods
Represents a point with floating X and Y values.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