LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

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 int EllipseWidth {get; set;}
 get_EllipseWidth();
set_EllipseWidth(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.