Struct X11IconComponent.IconImage
Inherited Members
Namespace: OpenTK.Platform.Native.X11
Assembly: OpenTK.Platform.dll
Syntax
public struct X11IconComponent.IconImage
Constructors
IconImage(int, int, byte[])
Declaration
public IconImage(int width, int height, byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| int | width | |
| int | height | |
| byte[] | data |
Fields
Data
Declaration
public byte[] Data
Field Value
| Type | Description |
|---|---|
| byte[] |
Height
Declaration
public int Height
Field Value
| Type | Description |
|---|---|
| int |
Width
Declaration
public int Width
Field Value
| Type | Description |
|---|---|
| int |