ActiveReports 9
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.
Initializes a new instance of the Point2d class.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single _
)
public Point2d( 
   System.float x,
   System.float y
)

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

Reference

Point2d Class
Point2d Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum