Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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();
}

Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also