KitchenDraw SDK 2
Show / Hide Table of Contents

Constructor Point

Point(double, double, double)

Constructs a Point instance with given x, y, z values.

Declaration
public Point(double x = 0, double y = 0, double z = 0)
Parameters
Type Name Description
double x
double y
double z
In this article
Back to top Generated by DocFX