ActiveReports Developer 7
Point2d Constructor(Single,Single)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Point2d Class > Point2d Constructor : Point2d Constructor(Single,Single)

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

Glossary Item Box

Initializes a new instance of the Point2d class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single _
)
C# 
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