Skip to main content

TcxCustomCanvas.RestoreWorldTransform Method

Applies the last saved world space to page space transformation to the canvas.

Declaration

procedure RestoreWorldTransform; virtual; abstract;

Remarks

A canvas can store multiple world space to page space transformations states in a stack. Call the SaveWorldTransform procedure to save the current transformation state for future use. Then, you can call the RestoreWorldTransform procedure to roll back any changes made to the transformation matrix, such as a ModifyWorldTransform procedure call.

See Also