Gets the matrix object that represents the current transformation for the annotations objects.
public LeadMatrix AutomationTransform { get; }
ReadOnly Property AutomationTransform As Leadtools.LeadMatrix
Leadtools.LeadMatrix AutomationTransform {get;}
@property (nonatomic,readonly) LeadMatrix automationTransform;
LeadMatrix getAutomationTransform();
get_AutomationTransform();
public:
property LeadMatrix^ AutomationTransform
{
LeadMatrix^ get()
}
The matrix object that represents the current transformation for the annotations objects.
The provided implementation returns ImageViewer.GetImageTransformWithDpi(false) when single container mode is used.
When using multiple-containers mode, each container might have a different transformation matrix. Therefore the default implementation uses AutomationContainerIndex to obtain the value for the requested container. When using an Leadtools.Controls.ImageViewer control, this translates into the ImageViewer.GetItemImageTransformWithDpi of the item at index AutomationContainerIndex in ImageViewer.Items.
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