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.Refer to BeginUpdate.
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.
The matrix is used to transform from physical to logical coordinates and vice versa.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7