[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Point2d.-ctor

Point2d Constructor

Point2d()

Initializes new instance of the Point2d class.

Declaration
public Point2d()

Point2d(float, float)

Initializes new instance of the Point2d class.

Declaration
public Point2d(float x, float y)
Parameters
Type Name Description
float x

The horizontal position of the point.

float y

The vertical position of the point.

Point2d(PointF)

Initializes new instance of the Point2d class

Declaration
public Point2d(PointF p)
Parameters
Type Name Description
PointF p

The GDI+ point structure.

Point2d(string)

For internal use only.

Declaration
public Point2d(string xml)
Parameters
Type Name Description
string xml

Point2d(string, GraphXmlSerializationContext)

For internal use only.

Declaration
public Point2d(string xml, GraphXmlSerializationContext context)
Parameters
Type Name Description
string xml
GraphXmlSerializationContext context