Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

CreateTransform Method

Show in webframe
The image viewer instance that will be used as the source of RenderRedirect. This value cannot be null.
Destination rectangle to use. For example, the client area of the external control.
The source rectangle into the current view of imageViewer. Pass Empty to render the whole view.
Controls how the source rectangle is positioned and scaled inside the destination rectangle.
Controls how the source rectangle is aligned horizontally inside the destination rectangle.
Controls how the source rectangle is aligned vertically inside the destination rectangle.
Helper method to create the transformation matrix used to redirect the rendering of the ImageViewer.
Syntax
 function Leadtools.Controls.ImageViewerRenderRedirectOptions.createTransform( 
   imageViewer ,
   destinationRect ,
   sourceRect ,
   sizeMode ,
   horizontalAlignment ,
   verticalAlignment 
)

Parameters

ParameterTypeDescription
imageViewerImageViewerThe image viewer instance that will be used as the source of RenderRedirect. This value cannot be null.
destinationRectLeadRectDDestination rectangle to use. For example, the client area of the external control.
sourceRectLeadRectDThe source rectangle into the current view of imageViewer. Pass Empty to render the whole view.
sizeModeControlSizeModeControls how the source rectangle is positioned and scaled inside the destination rectangle.
horizontalAlignmentControlAlignmentControls how the source rectangle is aligned horizontally inside the destination rectangle.
verticalAlignmentControlAlignmentControls how the source rectangle is aligned vertically inside the destination rectangle.
Remarks

This method will set the transformation matrix into Transform.

Use this method CreateTransform can be used to easily create a transformation matrix for common scenarios such as rendering a thumbnail of the content of the viewer.

For more information, refer to Image Viewer Rendering.

Example

For an example, refer to RenderRedirect.

See Also

Reference

ImageViewerRenderRedirectOptions Object
ImageViewerRenderRedirectOptions Members

Error processing SSI file