transform Property

Summary

Transformation to use when rendering.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerRenderRedirectOptions.prototype, 'transform', 
	get: function(), 
	set: function(value) 
) 
transform: LeadMatrix; 

Property Value

The transformation to use when rendering. Default value is Identity.

Remarks

Use this value to control the offset, scale and rotation to use when redirecting the rendering of ImageViewer to an external control. The helper 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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly