Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal image As RasterImage, _ ByVal information As ScreenCaptureInformation _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ScreenCaptureInformationEventArgs( RasterImage image, ScreenCaptureInformation information ) |
Managed Extensions for 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.
For an example, refer to ScreenCaptureEngine.
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