Point Constructor

Syntax

PP.Point(strX, Y)

Parameters

strX. Left coordinate of the point.

Y. Top coordinate of the point.

Description

The Point constructor creates an instance of the Point class.

Example

The example of use is given in description of the RadialGradientBrush constructor.

See also:

Point