Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomCanvas.RestoreWorldTransform Method

In This Article

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

#Declaration

Delphi
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