Table of Contents

Interface IPoint

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

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.