Dundas Chart for Windows Forms
Point3D Constructor(Single,Single,Single)
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Point3D Class > Point3D Constructor : Point3D Constructor(Single,Single,Single)


x
X coordinate of 3D point.
y
Y coordinate of 3D point.
z
Z coordinate (i.e. depth) of 3D point.
Public constructor that takes X, Y and Z coordinates as parameters.
Public constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
)
Visual Basic (Usage) Copy Code
Dim x As Single
Dim y As Single
Dim z As Single
 
Dim instance As Point3D(x, y, z)
C#  
public Point3D( 
   float x,
   float y,
   float z
)

Parameters

x
X coordinate of 3D point.
y
Y coordinate of 3D point.
z
Z coordinate (i.e. depth) of 3D point.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.