Leadtools.MedicalViewer Namespace : MedicalViewerCrosshairStyle Enumeration |
public enum MedicalViewerCrosshairStyle : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MedicalViewerCrosshairStyle Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MedicalViewerCrosshairStyle
public enum class MedicalViewerCrosshairStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No cross-hair. |
0x00000001 | Fine | The cross-hair is one pixel wide and uses the color in MedicalViewerMagnifyGlass.PenColor. (Default). |
0x00000002 | Invert | 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. |
0x00000003 | InvertScreen | 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. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerCrosshairStyle