Interface IPoint
Defines the contract for a two-dimensional point in Cartesian coordinates. Provides access to the horizontal (X) and vertical (Y) coordinates.
public interface IPoint
Properties
- X
Gets the horizontal coordinate of the point.
- Y
Gets the vertical coordinate of the point.