VectorGraphicEngineCenter Method |
Moves the job element to the center.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual dvec3 Center(
bool onlyXY = false
)
Parameters
- onlyXY Boolean (Optional)
- Centers only x and y coordinates. Otherwise z is centered as well.
Return Value
dvec3Returns previous center.
See Also