C#
VB
C++
Specifies the type of crosshair to be used by the magnifying glass.
public enum MedicalViewerCrosshairStyle Public Enum MedicalViewerCrosshairStyleInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class MedicalViewerCrosshairStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0 | None | No cross-hair. |
| 1 | Fine | The cross-hair is one pixel wide and uses the color in MedicalViewerMagnifyGlass.PenColor. (Default). |
| 2 | 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. |
| 3 | 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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
