Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

ScreenCaptureInformationEventArgs Constructor (ScreenCaptureInformationEventArgs)






A Leadtools.RasterImage that contains the image that has been captured.
A ScreenCaptureInformation structure filled with information regarding the source for the captured image.
Initializes a new instance of the ScreenCaptureInformationEventArgs class.
Syntax
public ScreenCaptureInformationEventArgs( 
   RasterImage image,
   ScreenCaptureInformation information
)
'Declaration
 
Public Function New( _
   ByVal image As RasterImage, _
   ByVal information As ScreenCaptureInformation _
)
'Usage
 
Dim image As RasterImage
Dim information As ScreenCaptureInformation
 
Dim instance As New ScreenCaptureInformationEventArgs(image, information)

            

            
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

See Also

Reference

ScreenCaptureInformationEventArgs Class
ScreenCaptureInformationEventArgs Members

Error processing SSI file