Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FillPattern Property
See Also 
Leadtools.ScreenCapture Namespace > ScreenCaptureAreaOptions Structure : FillPattern Property



Gets or sets the fill pattern for the captured area.

Syntax

Visual Basic (Declaration) 
Public Property FillPattern As ScreenCaptureAreaFillPattern
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaOptions
Dim value As ScreenCaptureAreaFillPattern
 
instance.FillPattern = value
 
value = instance.FillPattern
C# 
public ScreenCaptureAreaFillPattern FillPattern {get; set;}
C++/CLI 
public:
property ScreenCaptureAreaFillPattern FillPattern {
   ScreenCaptureAreaFillPattern get();
   void set (ScreenCaptureAreaFillPattern value);
}

Return Value

A ScreenCaptureAreaFillPattern value indicating the fill pattern for the image.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also