LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

FillPattern Property

Show in webframe





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

 

 


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