LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Transform Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : Transform Property



Gets the display matrix for the viewer.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property Transform As Matrix
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As Matrix
 
value = instance.Transform
C# 
[BrowsableAttribute(false)]
public Matrix Transform {get;}
C++/CLI 
[BrowsableAttribute(false)]
public:
property Matrix^ Transform {
   Matrix^ get();
}

Property Value

The display matrix for the viewer.

Example

Refer to BeginUpdate.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also