LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

EllipseHeight Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.