Point
A point in the layout coordinate space (origin top-left, y grows downward).
- Kind: Record struct
- Namespace: SkeleKit
- Implements:
IEquatable<Point>
Constructors
Initializes a new instance of the Point struct.
Properties
X
The horizontal coordinate.
Type: double
Y
The vertical coordinate.
Type: double
Fields
Zero
The origin (0, 0).
Type: Point