FileExplorer for ASP.NET Web Forms
PointF Constructor

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls Namespace > PointF Structure : PointF Constructor
The horizontal position of the point.
The vertical position of the point.
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 _
)
public PointF( 
   System.float x,
   System.float y
)

Parameters

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

Reference

PointF Structure
PointF Members