ActiveReports 9
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 System.Single, _
   ByVal y As System.Single, _
   ByVal z As System.Single _
)
public Point3d( 
   System.float x,
   System.float y,
   System.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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Point3d Class
Point3d Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum