Table of Contents

Interface IPoint2D

Namespace
Moongate.UO.Data.Interfaces.Geometry
Assembly
Moongate.UO.Data.dll

Represents a two-dimensional point.

public interface IPoint2D

Properties

X

Gets the X coordinate.

int X { get; }

Property Value

int

Y

Gets the Y coordinate.

int Y { get; }

Property Value

int