Class ScreenshotInformation
Inheritance
System.Object
ScreenshotInformation
Assembly: TimApi.dll
public class ScreenshotInformation : object
Constructors
Declaration
public ScreenshotInformation(ImageFileFormat imageFileFormat, int imageWidth, int imageHeight, byte[] imageData)
Parameters
| Type |
Name |
Description |
| ImageFileFormat |
imageFileFormat |
|
| System.Int32 |
imageWidth |
|
| System.Int32 |
imageHeight |
|
| System.Byte[] |
imageData |
|
Fields
Declaration
public readonly byte[] ImageData
Field Value
| Type |
Description |
| System.Byte[] |
|
Declaration
public readonly ImageFileFormat ImageFileFormat
Field Value
Declaration
public readonly int ImageHeight
Field Value
| Type |
Description |
| System.Int32 |
|
Declaration
public readonly int ImageWidth
Field Value
| Type |
Description |
| System.Int32 |
|
Methods
Declaration
public override String ToString()
Returns