Search
Point3D Constructor
See Also
 





Initializes a new instance of the Point3D class.

Namespace: MindFusion.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point3D (
    float x,
    float y,
    float z
)

Visual Basic  Copy Code

Public New ( _
    x As Single, _
    y As Single, _
    z As Single _
)

 Parameters

x

y

z

 See Also