LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

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 Matrix Transform {get;}
BrowsableAttribute()
 get_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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.