Indicates the shape of the ImageViewerSpyGlassInteractiveMode spy glass.
public enum ImageViewerSpyGlassShape
Public Enum ImageViewerSpyGlassShape
Inherits System.Enum
public enum ImageViewerSpyGlassShape
enum LTSpyGlassShape
public enum SpyGlassShape
Leadtools.Controls.ImageViewerSpyGlassShape = function() { };
Leadtools.Controls.ImageViewerSpyGlassShape.prototype = {
None = 0,
Rectangle = 1,
RoundRectangle = 2,
Ellipse = 3,
};
Members
Value | Member | Description |
---|---|---|
0 | None |
None |
1 | Rectangle |
The glass is a rectangle. |
2 | RoundRectangle |
The glass is a round rectangle. |
3 | Ellipse |
The glass is an ellipse. |
Used as the value for the ImageViewerSpyGlassInteractiveMode.Shape property.
The following properties are used to draw the shape (excluding None of course):
Member | Description |
---|---|
ImageViewerSpyGlassInteractiveMode.Size |
The size of the shape. |
ImageViewerSpyGlassInteractiveMode.BackgroundColor |
The color used to fill the background of the shape |
ImageViewerSpyGlassInteractiveMode.BorderColor |
The color used to stroke the border of the shape |
ImageViewerSpyGlassInteractiveMode.BorderThickness |
The thickness of the border |
ImageViewerSpyGlassInteractiveMode.RoundRectangleRadius |
The arc size of the rounded corners if the shape is ImageViewerSpyGlassShape.RoundRectangle |
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