Method FromByteArray
| Edit this page View SourceFromByteArray(byte[], uint)
Creates an icon from a raw icon byte array
Declaration
public static Icon FromByteArray(byte[] rgba, uint size)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | rgba | RGBA byte array |
| uint | size | The width and height of the image |
Returns
| Type | Description |
|---|---|
| Icon |