Reader View Transform Manager
Used for programmatically managing transformations of the ReaderView, such as scaling and translating. You can for example use this to zoom to a position when a user clicks on the ReaderView.
Get an instance of this type by calling ReaderView.transformManager
Functions
Applies the given transform to the ReaderView. Passing null will remove the ReaderView's active transform.
Removes the ReaderView's current active transform.
Applies a transform to the ReaderView that will scale and translate publication content. The publication content at the X and Y coordinate in the ReaderView is centered in the ReaderView.
Applies a transform to the ReaderView that will scale and translate publication content so that the specified rectangle is centered in the ReaderView.
Applies a transform to the ReaderView using a MouseEngineEvent or PointerEngineEvent. The transform will scale and translate publication content so that the specified position is centered in the ReaderView.
Applies a transform to the ReaderView that will scale and translate publication content so that the specified position is centered in the ReaderView.
Applies a transform to the ReaderView that will scale and translate publication content so that the specified rectangle coordinates is centered in the ReaderView.