Click or drag to resize

VectorGraphicEngineCenter Method

Moves the job element to the center.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual dvec3 Center(
	bool onlyXY = false
)

Parameters

onlyXY  Boolean  (Optional)
Centers only x and y coordinates. Otherwise z is centered as well.

Return Value

dvec3
Returns previous center.
See Also