Click or drag to resize
NodeUpdateTransformations Method
Update transformations for this node and its children, if needed.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void UpdateTransformations(
	bool recursive
)

Parameters

recursive
Type: SystemBoolean
If true, will also iterate and force-update children.
See Also