FS_ |
The FS_POINTF type exposes the following members.
| Name | Description | |
|---|---|---|
| FS_POINTF(Double, Double) | Initialize a new instance of FS_POINTF structure | |
| FS_POINTF(Single, Single) | Initialize a new instance of FS_POINTF structure |
| Name | Description | |
|---|---|---|
| X | Gets or sets the x-coordinate of this FS_POINTF. | |
| Y | Gets or sets the y-coordinate of this FS_POINTF. |
| Name | Description | |
|---|---|---|
| Equals(FS_POINTF) | Specifies whether this FS_POINTF contains the same coordinates as the specified point. | |
| Equals(Object) |
Specifies whether this FS_POINTF contains the same coordinates as the specified object.
(Overrides ValueTypeEquals(Object)) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) |
| Name | Description | |
|---|---|---|
| Addition(FS_POINTF, FS_POINTF) | Translates a FS_POINTF by a given FS_POINTF. | |
| Equality(FS_POINTF, FS_POINTF) | Compares two FS_POINTF structures. | |
| Inequality(FS_POINTF, FS_POINTF) | Determines whether the coordinates of the specified points are not equal. | |
| Subtraction(FS_POINTF, FS_POINTF) | Translates a FS_POINTF by the negative of a given FS_POINTF. |