Click or drag to resize

NullableBindablePointCopyFrom Method

Sets XYZ.

Namespace: RAYLASE.Shared.GUI
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public NullableBindablePoint CopyFrom(
	double x,
	double y,
	double z
)

Parameters

x  Double
Value for X.
y  Double
Value for Y.
z  Double
Value for Z.

Return Value

NullableBindablePoint
This.
See Also