Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ScreenCaptureInformationEventArgs Constructor
See Also 
Leadtools.ScreenCapture Namespace > ScreenCaptureInformationEventArgs Class : ScreenCaptureInformationEventArgs Constructor



image
A RasterImage that contains the image that has been captured.
information
A ScreenCaptureInformation structure filled with information regarding the source for the captured image.
Initializes a new instance of the 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 ScreenCaptureInformationEventArgs(image, information)
C# 
public ScreenCaptureInformationEventArgs( 
   RasterImage image,
   ScreenCaptureInformation information
)
C++/CLI 
public:
ScreenCaptureInformationEventArgs( 
   RasterImage image,
   ScreenCaptureInformation^ information
)

Parameters

image
A 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also