Class ScreenshotInformation
Inheritance
System.Object
ScreenshotInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ScreenshotInformation
Constructors
ScreenshotInformation(ImageFileFormat, Int32, Int32, Byte[])
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
ImageData
Declaration
public byte[] ImageData { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
ImageFileFormat
Declaration
public ImageFileFormat ImageFileFormat { get; }
Property Value
Type | Description |
---|---|
ImageFileFormat |
ImageHeight
Declaration
public int ImageHeight { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ImageWidth
Declaration
public int ImageWidth { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()