Table of Contents

Class IntegerXY

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a point with integer X and Y coordinates.

public class IntegerXY
Inheritance
IntegerXY
Inherited Members
Extension Methods

Properties

X

Gets or sets the X coordinate.

public int X { get; set; }

Property Value

int

Y

Gets or sets the Y coordinate.

public int Y { get; set; }

Property Value

int