MedicalViewerSpyGlass Constructor(int,int,int,Color,bool,int,bool,MedicalViewerCrosshairStyle)

Summary
Initializes a new instance of the MedicalViewerSpyGlass class with specified width, height, zoom factor, border color, shape, 3D border value, and crosshair.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal width As Integer, _ 
   ByVal height As Integer, _ 
   ByVal zoom As Integer, _ 
   ByVal penColor As Color, _ 
   ByVal elliptical As Boolean, _ 
   ByVal borderSize As Integer, _ 
   ByVal border3d As Boolean, _ 
   ByVal crosshair As MedicalViewerCrosshairStyle _ 
) 
            public: 
MedicalViewerSpyGlass(  
   int width, 
   int height, 
   int zoom, 
   Color penColor, 
   bool elliptical, 
   int borderSize, 
   bool border3d, 
   MedicalViewerCrosshairStyle crosshair 
) 

Parameters

width
The width of the spy glass.

height
The height of the spy glass.

zoom
The zoom factor of the spy glass.

penColor
The color of the spy glass border

elliptical
true to show an elliptical spy glass, false to show a rectangular spy glass.

borderSize
The border thickness of the spy glass .

border3d
true to show a 3D border, false to show a flat border.

crosshair
The type of crosshair of the spy glass.

Example

For an example, please refer to MedicalViewerCell.SpyGlass

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.