←Select platform

AutomationDpiY Property

Summary

Gets the vertical resolution of the screen.

Syntax

C#
VB
C++
public virtual double AutomationDpiY { get; } 
  
Public Overridable ReadOnly Property AutomationDpiY As Double 
             
            public: 
virtual property double AutomationDpiY { 
   double get(); 
} 
             

Property Value

The vertical resolution of the screen. The provided implementation returns the height 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.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly