KitchenDraw SDK 2
Show / Hide Table of Contents

Constructor ImmutablePoint

ImmutablePoint(double, double, double)

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

Declaration
public ImmutablePoint(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