Leadtools.Controls Namespace > ImageViewer Object : GetItemFloaterTransform Method |
function Leadtools.Controls.ImageViewer.getItemFloaterTransform( item )
Parameter | Type | Description |
---|---|---|
item | ImageViewerItem | The reference item, this value cannot be null. |
Type | Description |
---|---|
LeadMatrix | The transformation matrix of the floater of an item. |
GetItemContentTransform returns the transformation used to render the floater image of an item in relation to the top-left corner of the viewer control.
For more information refer to Image Viewer Appearance, Image Viewer Transformation, and Image Viewer Bounds and Transform.