[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Implicit

implicit operator Operator

implicit operator PointF(Point2d)

Implicit conversion to

PointF
.
Declaration
public static implicit operator PointF(Point2d p)
Parameters
Type Name Description
Point2d p

A Point2d that specifies the coordinates for the new PointF.

Returns
Type Description
PointF

The new PointF structure with the specified coordinates of the Point2d.

implicit operator Point2d(PointF)

Implicit conversion to

PointF
.
Declaration
public static implicit operator Point2d(PointF p)
Parameters
Type Name Description
PointF p

A Point2d that specifies the coordinates for the new PointF.

Returns
Type Description
Point2d

The new PointF structure with the specified coordinates of the Point2d.