[]
Represents a point on a two-dimensional surface, with coordinates specified as Unit values.
[TypeConverter(typeof(UnitPoint.TypeConverter))]
public struct UnitPoint
| Name | Description |
|---|---|
| UnitPoint(Unit, Unit) | Initializes a new instance of the UnitPoint structure. |
| Name | Description |
|---|---|
| Empty | Represents a UnitPoint with zero coordinates. |
| X | Gets or sets the X coordinate of the current point. |
| Y | Gets or sets the Y coordinate of the current point. |
| Name | Description |
|---|---|
| Parse(string, out UnitPoint, bool) | Converts a string to a UnitPoint structure. |
| ToString() | Converts the current value to a human-readable string. |