LEADTOOLS JavaScript (Leadtools.Controls)

GetTransform Method

Show in webframe
true to get the transformation matrix with DPI scaling; otherwise, it is false.
Gets the current transformation matrix used for displaying the image with or without DPI scaling.
Syntax
 function Leadtools.Controls.ImageViewer.getTransform( 
   useDpi 
)

Parameters

ParameterTypeDescription
useDpibooltrue to get the transformation matrix with DPI scaling; otherwise, it is false.

Return Value

TypeDescription
LeadMatrix The current transformation matrix with or without DPI scaling.
Remarks

If the value of useDpi is true, then this method will return the same matrix as the Transform property.

If the value of useDpi is false, then this method will return the transformation matrix as if the value of UseDpi was false as well.

See Also

Reference

ImageViewer Object
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.