←Select platform

AutomationTransform Property

Summary
Gets the matrix object that represents the current transformation for the annotations objects.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadMatrix AutomationTransform { get; } 
@property (nonatomic,readonly) LeadMatrix automationTransform; 
LeadMatrix getAutomationTransform(); 
public:  
   property LeadMatrix^ AutomationTransform 
   { 
      LeadMatrix^ get() 
   } 
AutomationTransform # get  (IAnnAutomationControl) 

Property Value

The matrix object that represents the current transformation for the annotations objects.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.