ActiveReports 6 Online Help
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 Single, _
   ByVal y As Single _
)
public Point2d( 
   float x,
   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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Point2d Class
Point2d Members
Overload List

Send Feedback