LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

CaptureInformation Event

Show in webframe





Handles each image that is captured and its information.
Syntax
public event EventHandler<ScreenCaptureInformationEventArgs> CaptureInformation
'Declaration
 
Public Event CaptureInformation As EventHandler(Of ScreenCaptureInformationEventArgs)
'Usage
 
Dim instance As ScreenCaptureEngine
Dim handler As EventHandler(Of ScreenCaptureInformationEventArgs)
 
AddHandler instance.CaptureInformation, handler

            

            
public:
event EventHandler<ScreenCaptureInformationEventArgs^>^ CaptureInformation
Event Data

The event handler receives an argument of type ScreenCaptureInformationEventArgs containing data related to this event. The following ScreenCaptureInformationEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Gets or sets the result of the event handler.
Image Gets the captured image.
Information Gets the Information class object.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureEngine Class
ScreenCaptureEngine Members
Implementing Screen Capture
SetCaptureHotkeyCallback Method
ScreenCaptureHotkeyCallback Delegate
ScreenCaptureHelpCallback Delegate

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.