TPoint.TPoint Constructor
Creates a new point.
Syntax
Namespace: FlexCel.Core
public TPoint(Int32 aX, Int32 aY)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aX | Int32 | Coordinates for the X value. | |
aY | Int32 | Coordinates for the Y value. |
Creates a new point.
Namespace: FlexCel.Core
public TPoint(Int32 aX, Int32 aY)
<-> | Parameter | Type | Description |
---|---|---|---|
aX | Int32 | Coordinates for the X value. | |
aY | Int32 | Coordinates for the Y value. |