Click or drag to resize

BaseVectorGraphicElementTransform Method

Transforms the vectors in this path.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public BaseVectorGraphicElement Transform(
	dmat4 transformation
)

Parameters

transformation  dmat4
The transformation matrix.

Return Value

BaseVectorGraphicElement
This instance.
See Also