Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

GetItemImageTransformScaleOnly Method

Show in webframe
The reference item, this value cannot be null.
Transformation matrix of the image of an item without translation and rotation.
Syntax
 function Leadtools.Controls.ImageViewer.getItemImageTransformScaleOnly( 
   item 
)

Parameters

ParameterTypeDescription
itemImageViewerItemThe reference item, this value cannot be null.

Return Value

TypeDescription
LeadMatrix 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.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file