Indicates the crosshair type of the spy glass.
public enum ImageViewerSpyGlassCrosshair
Public Enum ImageViewerSpyGlassCrosshair
Inherits System.Enum
public enum ImageViewerSpyGlassCrosshair
enum LTSpyGlassCrosshair
public enum SpyGlassCrosshair
Leadtools.Controls.ImageViewerSpyGlassCrosshair = function() { };
Leadtools.Controls.ImageViewerSpyGlassCrosshair.prototype = {
None = 0,
Fine = 1,
};
Members
Value | Member | Description |
---|---|---|
0 | None |
None |
1 | Fine |
The crosshair shows with lines. |
Used as the value for the ImageViewerSpyGlassInteractiveMode.Crosshair property.
The following properties are used to draw the crosshair (excluding None of course):
Member | Description |
---|---|
ImageViewerSpyGlassInteractiveMode.CrosshairColor |
The color used to draw the lines of the crosshair |
ImageViewerSpyGlassInteractiveMode.CrosshairThickness |
The thickness of the lines |
For an example, refer to ImageViewerSpyGlassInteractiveMode.
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