MedicalViewerCrosshairStyle Enumeration

Summary
Specifies the type of crosshair to be used by the magnifying glass.
Syntax
C#
C++/CLI
public enum MedicalViewerCrosshairStyle 
            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 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

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