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

Show in webframe

EllipseHeight Property






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

            

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

Property Value

Value indicating the height 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