Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

FillForegroundColor Property






Gets or sets the foreground fill color.
Syntax
public Color FillForegroundColor {get; set;}
'Declaration
 
Public Property FillForegroundColor As Color
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As Color
 
instance.FillForegroundColor = value
 
value = instance.FillForegroundColor

            

            
public:
property Color FillForegroundColor {
   Color get();
   void set (    Color value);
}

Property Value

Value indicating the foreground fill color.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

Error processing SSI file