←Select platform

Transform Property

Summary

Gets the display matrix for the viewer.

Syntax

C#
VB
C++
public Matrix Transform { get; } 
  
<BrowsableAttribute(False)> 
Public ReadOnly Property Transform As Matrix 
[BrowsableAttribute(false)] 
public: 
property Matrix^ Transform { 
   Matrix^ get(); 
} 

Property Value

The display matrix for the viewer.

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.

Example

Refer to BeginUpdate.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly