[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.Point3D.-ctor

Point3D Constructor

Point3D(double, double, double)

Initializes a new instance of the Point3D struct with the specified coordinates.

Declaration
public Point3D(double x, double y, double z)
Public Sub New(x As Double, y As Double, z As Double)
Parameters
Type Name Description
double x

The x-coordinate of the point in 3D space.

double y

The y-coordinate of the point in 3D space.

double z

The z-coordinate of the point in 3D space.