←Select platform

MedicalViewerScaleType Enumeration

Summary

Represents the enumeration that determines the type of the zoom.

Syntax

C#
VB
C++
public enum MedicalViewerScaleType 
  
Public Enum MedicalViewerScaleType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
             
            public enum class MedicalViewerScaleType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
             

Members

ValueMemberDescription
0Normal The normal zoom, zooms to the part of the image that is displayed at the center of the cell.
1Dynamic Dynamic Zoom, zooms to the point that the user clicked to zoom to.
Remarks

This enumeration is used for the property MedicalViewerCell.ScaleType.

Example

For an example, please refer to MedicalViewerCell.ScaleType

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