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

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 ScreenCaptureAreaFillPattern FillPattern {get; set;}
 get_FillPattern();
set_FillPattern(value);
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: 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.