←Select platform

Transform Property

Summary

Transformation to use when rendering.

Syntax
C#
VB
C++
public LeadMatrix Transform { get; set; } 
Public Property Transform() As LeadMatrix 
   Get 
   Set 
public:  
   property LeadMatrix^ Transform 
   { 
      LeadMatrix^ get() 
      void set(LeadMatrix^ value) 
   } 

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