LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

FillBackgroundColor Property

Show in webframe





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:
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

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

 

 


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