MedicalViewerCrosshairStyle Enumeration

Summary

Specifies the type of crosshair to be used by the magnifying glass.

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

Members
ValueMemberDescription
0None No cross-hair.
1Fine The cross-hair is one pixel wide and uses the color in MedicalViewerMagnifyGlass.PenColor. (Default).
2Invert The cross-hair is three pixels wide. The center pixel uses the color in MedicalViewerMagnifyGlass.PenColor. The outer pixels use the inverse of the color in MedicalViewerMagnifyGlass.PenColor.
3InvertScreen The cross-hair is three pixels wide. The center pixel uses the color in MedicalViewerMagnifyGlass.PenColor. The outer pixels use the inverse of the screen color.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly