LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ScreenCaptureAreaOptions Structure
See Also  Members  
Leadtools.ScreenCapture Namespace : ScreenCaptureAreaOptions Structure



Provides information about capture area options to be used when capturing an area.

Object Model

ScreenCaptureAreaOptions StructureScreenCaptureAreaOptions Structure

Syntax

Visual Basic (Declaration) 
Public Structure ScreenCaptureAreaOptions 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaOptions
C# 
public struct ScreenCaptureAreaOptions : System.ValueType 
C++/CLI 
public value class ScreenCaptureAreaOptions : public System.ValueType 

Example

For an example, refer to ScreenCaptureEngine.

Remarks

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ScreenCapture.ScreenCaptureAreaOptions

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also