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

p
An ordered pair of floating point x and y coordinates that defines 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 p As PointF _
)
C# 
public Point2d( 
   PointF p
)

Parameters

p
An ordered pair of floating point x and y coordinates that defines a point in a two-dimensional plane.

See Also