←Select platform

GetItemImageTransform Method

Summary

Transformation matrix of the image of an item.

Syntax
C#
VB
C++
public LeadMatrix GetItemImageTransform( 
   ImageViewerItem item 
) 
Public Function GetItemImageTransform( 
   ByVal item As ImageViewerItem 
) As LeadMatrix 
public:  
   LeadMatrix^ GetItemImageTransform( 
      ImageViewerItem^ item 
   ) 

Parameters

item

The reference item, this value cannot be null.

Return Value

The transformation matrix of the image of an item.

Remarks

GetItemContentTransform returns the transformation used to render the image of an item in relation to the top-left corner of the viewer control.

For more information refer to Image Viewer Appearance, Image Viewer Transformation, and Image Viewer Bounds and Transform.

Example

For an example, refer to ConvertPoint.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.