←Select platform

GetItemImageTransformScaleOnly Method (ImageViewer)

Summary

Transformation matrix of the image of an item without translation and rotation.

Syntax
C#
VB
C++
protected virtual LeadMatrix GetItemImageTransformScaleOnly( 
   ImageViewerItem item 
) 
Protected Overridable Function GetItemImageTransformScaleOnly( 
   ByVal item As ImageViewerItem 
) As LeadMatrix 
protected:  
   virtual LeadMatrix^ GetItemImageTransformScaleOnly( 
      ImageViewerItem^ item 
   ) 

Parameters

item

The reference item, this value cannot be null.

Return Value

The transformation matrix of the image of an item with the translation and rotation values removed.

Remarks

GetItemImageTransformScaleOnly returns the matrix value from GetItemImageTransform with the translation and rotation values removed.

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.