function Leadtools.Controls.ImageViewer.getTransform( useDpi )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameter | Type | Description |
---|---|---|
useDpi | bool | true to get the transformation matrix with DPI scaling; otherwise, it is false. |
Type | Description |
---|---|
LeadMatrix | The current transformation matrix with or without DPI scaling. |
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.