LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Transform Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.