ActiveReports 12
Point3d Constructor(Single,Single,Single)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Point3d Class > Point3d Constructor : Point3d Constructor(Single,Single,Single)
The x coordinate of a point in a three-dimensional plane.
The y coordinate of a point in a three-dimensional plane.
The z coordinate of a point in a three-dimensional plane.
Initializes a new instance of the Point3d class.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
)
public Point3d( 
   float x,
   float y,
   float z
)

Parameters

x
The x coordinate of a point in a three-dimensional plane.
y
The y coordinate of a point in a three-dimensional plane.
z
The z coordinate of a point in a three-dimensional plane.
See Also

Reference

Point3d Class
Point3d Members
Overload List