Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

EllipseWidth Property






Gets or sets ellipse width.
Syntax
public int EllipseWidth {get; set;}
'Declaration
 
Public Property EllipseWidth As Integer
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As Integer
 
instance.EllipseWidth = value
 
value = instance.EllipseWidth

            

            
public:
property int EllipseWidth {
   int get();
   void set (    int value);
}

Property Value

Value indicating the width of the ellipse used when drawing a rounded rectangle.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

Error processing SSI file