AutomationDpiX Property

Summary
Gets the horizontal resolution of the screen.
Syntax
C#
C++/CLI
public virtual double AutomationDpiX { get; } 
            public: 
virtual property double AutomationDpiX { 
   double get(); 
} 

Property Value

The horizontal resolution of the screen. The provided implementation returns the width of ImageViewer.ScreenDpi.

Remarks

The automation object will use AutomationDpiX, AutomationDpiY, AutomationXResolution and AutomationYResolution to obtain the values required to set the containers using Leadtools.Annotations.Engine.AnnContainerMapper.MapResolutions(System.Double,System.Double,System.Double,System.Double).

The screen resolution is the same for all containers in normal situations. Therefore, the default implementation does not use AutomationContainerIndex when this property is called.

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.MedicalViewer Assembly

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