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

Show in webframe

FillPattern Property






Gets or sets the fill pattern for the captured area.
Syntax
public ScreenCaptureAreaFillPattern FillPattern {get; set;}
'Declaration
 
Public Property FillPattern As ScreenCaptureAreaFillPattern
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As ScreenCaptureAreaFillPattern
 
instance.FillPattern = value
 
value = instance.FillPattern

            

            
public:
property ScreenCaptureAreaFillPattern FillPattern {
   ScreenCaptureAreaFillPattern get();
   void set (    ScreenCaptureAreaFillPattern value);
}

Property Value

A ScreenCaptureAreaFillPattern value indicating the fill pattern for the image.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

Error processing SSI file