←Select platform

ScreenCaptureInformationEventArgs Constructor

Summary

Initializes a new instance of the ScreenCaptureInformationEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal image As Leadtools.RasterImage, _ 
   ByVal information As Leadtools.Screencapture.ScreenCaptureInformation _ 
) 
public: 
ScreenCaptureInformationEventArgs(  
   Leadtools.RasterImage^ image, 
   Leadtools.Screencapture.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly