Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Startup Method
See Also 
Leadtools.ScreenCapture Namespace > ScreenCaptureEngine Class : Startup Method



Initializes the required data to start the screen capture toolkit.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Startup() 
Visual Basic (Usage)Copy Code
ScreenCaptureEngine.Startup()
C# 
public static void Startup()
C++/CLI 
public:
static void Startup(); 

Example

For an example, refer to ScreenCaptureEngine.

Remarks

This static method must be called before calling any other ScreenCapture methods. This usually occurs at the start of your application.

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