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

BorderWidth Property






Gets or sets the border width.
Syntax
public int BorderWidth {get; set;}
'Declaration
 
Public Property BorderWidth As Integer
'Usage
 
Dim instance As ScreenCaptureObjectOptions
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
public int BorderWidth {get; set;}
 get_BorderWidth();
set_BorderWidth(value);
public:
property int BorderWidth {
   int get();
   void set (    int value);
}

Property Value

Border width, in pixels, of the highlighted object.
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

ScreenCaptureObjectOptions Structure
ScreenCaptureObjectOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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