Error processing SSI file
(Leadtools.Controls)

Show in webframe

ConvertTransform Method




The transformation matrix to convert.
The source reference item.
The target reference item.
Converts a transformation matrix relative to one item to another.
Syntax
'Declaration
 
Public Function ConvertTransform( _
   ByVal transform As LeadMatrix, _
   ByVal sourceItem As ImageViewerItem, _
   ByVal destinationItem As ImageViewerItem _
) As LeadMatrix

Parameters

transform
The transformation matrix to convert.
sourceItem
The source reference item.
destinationItem
The target reference item.

Return Value

The converted transformation matrix.
Remarks

This method is used by the ImageViewer in situations when a transformation matrix relative to an item need to be converted to be relative to another. For example, when the floater is dragged from one item and dropped to another, the ImageViewerItem.FloaterTransform value is converted using ConvertTransform to keep the original offset and scale values but relative to the new item.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file