Startup Method

Summary

Initializes the required data to start the screen capture toolkit.

Syntax
C#
VB
C++
public static void Startup() 
  
Public Shared Sub Startup()  
public: 
static void Startup();  

Remarks

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

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly