ScreenCaptureInformationEventArgs Constructor

Summary

Initializes a new instance of the ScreenCaptureInformationEventArgs class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal image As RasterImage, _ 
   ByVal information As ScreenCaptureInformation _ 
) 
public: 
ScreenCaptureInformationEventArgs(  
   RasterImage^ image, 
   ScreenCaptureInformation^ information 
) 

Parameters

image
A Leadtools.RasterImage that contains the image that has been captured.

information
A ScreenCaptureInformation structure filled with information regarding the source for the captured image.

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