[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Point3d.-ctor

Point3d Constructor

Point3d()

Initializes new instance of the Point3d class.

Declaration
public Point3d()

Point3d(float, float, float)

Initializes new instance of the Point3d class.

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

The x- coordinate of the 3d point

float y

The y- coordinate of the 3d point

float z

The z- coordinate of the 3d point

Point3d(string)

For internal use only.

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

Point3d(string, GraphXmlSerializationContext)

For internal use only.

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