Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Information As ScreenCaptureInformation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ScreenCaptureInformation Information {get;} |
Managed Extensions for C++ | |
---|---|
public: __property ScreenCaptureInformation* get_Information(); |
C++/CLI | |
---|---|
public: property ScreenCaptureInformation^ Information { ScreenCaptureInformation^ get(); } |
Return Value
A ScreenCaptureInformation class object 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