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.
See Also

Reference

Point3d Class
Point3d Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum