LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ScreenCaptureInformationEventArgs Constructor
See Also 
Leadtools.ScreenCapture Namespace > ScreenCaptureInformationEventArgs Class : ScreenCaptureInformationEventArgs Constructor



image
A Leadtools.RasterImage that contains the image that has been captured.
information
A Leadtools.ScreenCapture.ScreenCaptureInformation structure filled with information regarding the source for the captured image.
Initializes a new instance of the Leadtools.ScreenCapture.ScreenCaptureInformationEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal image As RasterImage, _
   ByVal information As ScreenCaptureInformation _
)
Visual Basic (Usage)Copy Code
Dim image As RasterImage
Dim information As ScreenCaptureInformation
 
Dim instance As New ScreenCaptureInformationEventArgs(image, information)
C# 
public ScreenCaptureInformationEventArgs( 
   RasterImage image,
   ScreenCaptureInformation information
)
C++/CLI 
public:
ScreenCaptureInformationEventArgs( 
   RasterImage^ image,
   ScreenCaptureInformation^ information
)

Parameters

image
A Leadtools.RasterImage that contains the image that has been captured.
information
A Leadtools.ScreenCapture.ScreenCaptureInformation structure filled with information regarding the source for the captured image.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also