Table of Contents

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.

See also