ActiveReports 13
Point Constructor

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Point Structure : Point Constructor
The horizontal position of the point.
The vertical position of the point.
Initializes a new instance of the Point class with the specified coordinates.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)
public Point( 
   double x,
   double y
)

Parameters

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

Reference

Point Structure
Point Members