Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> Public ReadOnly Property Transform As Matrix |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[BrowsableAttribute(false)] public Matrix Transform {get;} |
Managed Extensions for C++ | |
---|---|
[BrowsableAttribute(false)] public: __property Matrix get_Transform(); |
C++/CLI | |
---|---|
[BrowsableAttribute(false)] public: property Matrix Transform { Matrix get(); } |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family