Click or drag to resize

BindablePointCopyFrom(BindablePoint) Method

Copies XYZ from point.

Namespace: RAYLASE.Shared.GUI
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public BindablePoint CopyFrom(
	BindablePoint point
)

Parameters

point  BindablePoint
Point to copy from.

Return Value

BindablePoint
This.
See Also