Helper method to create the transformation matrix used to redirect the rendering of the ImageViewer.
ImageViewerRenderRedirectOptions.prototype.createTransform = function(
imageViewer,
destinationRect,
sourceRect,
sizeMode,
horizontalAlignment,
verticalAlignment
)
createTransform(
imageViewer: ImageViewer,
destinationRect: LeadRectD,
sourceRect: LeadRectD,
sizeMode: ControlSizeMode,
horizontalAlignment: ControlAlignment,
verticalAlignment: ControlAlignment
): void;
imageViewer
The image viewer instance that will be used as the source of RenderRedirect. This value
cannot be null.
destinationRect
Destination rectangle to use. For example, the client area of the external control.
sourceRect
The source rectangle into the current view of imageViewer. Pass Empty to render
the whole view.
sizeMode
Controls how the source rectangle is positioned and scaled inside the destination rectangle.
horizontalAlignment
Controls how the source rectangle is aligned horizontally inside the destination rectangle.
verticalAlignment
Controls how the source rectangle is aligned vertically inside the destination rectangle.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document