Click or drag to resize
NodeTransform Method
Transform a given transformations and return the result matrix.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Matrix Transform(
	Transformations trans
)

Parameters

trans
Type: GeonBit.CoreTransformations
Transformations to transform.

Return Value

Type: Matrix
Matrix with combined transformations.
See Also