Maps for ASP.NET Web Forms
PointD Constructor

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Maps Namespace > PointD Structure : PointD Constructor
The horizontal position of the point.
The vertical position of the point.
Initializes a new instance of the PointD class with the specified coordinates.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Double, _
   ByVal y As System.Double _
)
public PointD( 
   System.double x,
   System.double y
)

Parameters

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

Reference

PointD Structure
PointD Members