NullableBindablePointCopyFrom Method |
Sets XYZ.
Namespace: RAYLASE.Shared.GUIAssembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntaxpublic 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
NullableBindablePointThis.
See Also