Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewer Class : GetItemImageTransformWithDpi Method |
public LeadMatrix GetItemImageTransformWithDpi( ImageViewerItem item, bool useDpi )
'Declaration
Public Function GetItemImageTransformWithDpi( _ ByVal item As ImageViewerItem, _ ByVal useDpi As Boolean _ ) As LeadMatrix
GetItemContentTransform returns the transformation used to render the image of an item in relation to the top-left corner of the viewer control.
Each ImageViewerItem can have a ImageViewerItem.Resolution value that can be used to set the resolution (in dots per inch, or DPI) of the item. When the value of the DPI is different than the screen resolution and the viewer is instructed to view items using the true logical size (using UseDpi then the viewer will add the scaling required into the image transformation.
When the value of useDpi is true, then this method will return the same value as GetItemImageTransform. If the value of useDpi is false, then this method will return the transformation excluding the DPI scaling.
For more information refer to Image Viewer Appearance, Image Viewer Transformation, and Image Viewer Bounds and Transform.