ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart 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.

In This Topic
    Point3d Constructor(Single,Single,Single)
    In This Topic
    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