C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls Namespace : PointF Structure |
The following tables list the members exposed by PointF.
Name | Description | |
---|---|---|
PointF Constructor | Initializes a new instance of the PointF class with the specified coordinates. |
Name | Description | |
---|---|---|
X | Gets or sets the x-coordinate of this point. | |
Y | Gets or sets the y-coordinate of this point. |
Name | Description | |
---|---|---|
Equals | Specifies whether this PointF contains the same coordinates as the specified PointF. | |
GetHashCode | Returns a hash code for this PointF. |
Equality | Compares two PointF objects. The result specifies whether the values of the X and properties of the two PointF objects are equal. |
Inequality | Compares two PointF objects. The result specifies whether the values of the and Y properties of the two PointF objects are unequal. |