Error processing SSI file
(Leadtools.Controls)

Show in webframe

GetItemImageTransformScaleOnly Method




The reference item, this value cannot be null.
Transformation matrix of the image of an item without translation and rotation.
Syntax
protected LeadMatrix GetItemImageTransformScaleOnly( 
   ImageViewerItem item
)
'Declaration
 
Protected Function GetItemImageTransformScaleOnly( _
   ByVal item As ImageViewerItem _
) As LeadMatrix

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

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file