[]
Represents the Point.
public struct Point<T> where T : struct
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| Point(T, T) | Initialized a new instance of Point struct. |
| Name | Description |
|---|---|
| Origin | The instance of Point struct with default for current Type values set for the coordinates. |
| Name | Description |
|---|---|
| X | Gets or sets the x-coordinate of this Point. |
| Y | Gets or sets the y-coordinate of this Point. |