PointF
Constructs a point from two coordinates.
Syntax
[C#]
PointF(double x, double y);
[Visual Basic]
Sub New(x As Double, y As Double)
Params
Name
Description
x
The horizontal coordinate.
y
The vertical coordinate.
Notes
None.
Example
None.