[]
        
(Showing Draft Content)

GrapeCity.Drawing.Point.-ctor

Point Constructor

Point(double, double)

Initializes a new instance of the Point struct with the specified coordinates.

Declaration
public Point(double x, double y)
Public Sub New(x As Double, y As Double)
Parameters
Type Name Description
double x

The horizontal position of the point.

double y

The vertical position of the point.