←Select platform

GetItemImageFloatingPointTransform Method

Summary

Transformation matrix of the image of an item without rounded values.

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

Parameters

item

The reference item, this value cannot be null.

Return Value

The transformation matrix of the image of an item with values in floating point instead of rounded off to an integer.

Remarks

GetItemImageTransformScaleOnly returns the matrix value from GetItemImageTransform in floating point.

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