Leadtools.Controls Namespace > ImageViewer Object : GetImageTransformWithDpi Method |
function Leadtools.Controls.ImageViewer.getImageTransformWithDpi( useDpi )
Parameter | Type | Description |
---|---|---|
useDpi | bool | true to return the transform with DPI scaling, otherwise; false. |
Type | Description |
---|---|
LeadMatrix | The transformation matrix. |
This is a helper property for applications that use ImageViewer in single item mode. It is a shortcut to GetImageTransformWithDpi using ActiveItem. For more information, refer to Image Viewer in Single Item Mode.