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

FillBackgroundColor Property






Gets or sets the background fill color.
Syntax
public Color FillBackgroundColor {get; set;}
'Declaration
 
Public Property FillBackgroundColor As Color
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As Color
 
instance.FillBackgroundColor = value
 
value = instance.FillBackgroundColor
public Color FillBackgroundColor {get; set;}
 get_FillBackgroundColor();
set_FillBackgroundColor(value);
public:
property Color FillBackgroundColor {
   Color get();
   void set (    Color value);
}

Property Value

A Color value indicating the background fill color.
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.