Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

Transform Property






Gets the display matrix for the viewer.
Syntax
[BrowsableAttribute(false)]
public Matrix Transform {get;}
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Transform As Matrix
'Usage
 
Dim instance As RasterImageViewer
Dim value As Matrix
 
value = instance.Transform

            

            
[BrowsableAttribute(false)]
public:
property Matrix^ Transform {
   Matrix^ get();
}

Property Value

The display matrix for the viewer.
Remarks
Use the Transform property to get the current matrix which is used to transform the image display.
The matrix is used to transform from physical to logical coordinates and vice versa.
Example
Refer to BeginUpdate.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file