Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Point3D Structure / Point3D Constructor


In This Topic
    Point3D Constructor
    In This Topic
    Initializes a new instance of the Point3D structure.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double _
    )
    'Usage
     
    
    Dim x As Double
    Dim y As Double
    Dim z As Double
     
    Dim instance As New Point3D(x, y, z)
    public Point3D( 
       double x,
       double y,
       double z
    )

    Parameters

    x
    y
    z
    See Also