C#
VB
C++
Gets the display matrix for the viewer.
public Matrix Transform { get; }
<BrowsableAttribute(False)>
Public ReadOnly Property Transform As Matrix
[BrowsableAttribute(false)]
public:
property Matrix^ Transform {
Matrix^ get();
}
The display matrix for the viewer.
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.
Refer to BeginUpdate.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET