Leadtools.Controls.ImageViewerSpyGlassCrosshair = function() { };
Leadtools.Controls.ImageViewerSpyGlassCrosshair.prototype = {
none = 0x00000000,
fine = 0x00000001,
};
| Value | Member | Description |
|---|---|---|
| 0x00000000 | none |
(0)None |
| 0x00000001 | fine |
(1)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.