Struct Point
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Represents a point in a 2D coordinate system.
public struct Point
- Extension Methods
Properties
X
The X coordinate of the point.
public int X { readonly get; set; }
Property Value
- int
Y
The Y coordinate of the point.
public int Y { readonly get; set; }
Property Value
- int