ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Point2d Class / Point2d Constructor / Point2d Constructor(Single,Single)
The x coordinate of a point in a two-dimensional plane.
The y coordinate of a point in a two-dimensional plane.

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

Parameters

x
The x coordinate of a point in a two-dimensional plane.
y
The y coordinate of a point in a two-dimensional plane.
See Also