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 |
|
Properties
Declaration
public byte[] ImageData { get; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public ImageFileFormat ImageFileFormat { get; }
Property Value
Declaration
public int ImageHeight { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ImageWidth { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public override String ToString()
Returns