←Select platform

GetItemTransform Method

Summary

Transformation matrix of the whole item.

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

Parameters

item

The reference item, this value cannot be null.

Return Value

The transformation matrix of the whole item.

Remarks

GetItemTransform returns the transformation used to render 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly