C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / PointF Structure / PointF Constructor
The horizontal position of the point.
The vertical position of the point.

In This Topic
PointF Constructor
In This Topic
Initializes a new instance of the PointF class with the specified coordinates.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single _
)
 

Parameters

x
The horizontal position of the point.
y
The vertical position of the point.
See Also