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 MedicalViewerCrosshairStyle : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.MedicalViewer.MedicalViewerCrosshairStyle = function() { }; Leadtools.MedicalViewer.MedicalViewerCrosshairStyle.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class MedicalViewerCrosshairStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Fine | The cross-hair is one pixel wide and uses the color in MedicalViewerMagnifyGlass.PenColor. (Default). |
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. |
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. |
None | No cross-hair. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerCrosshairStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2