Show / Hide Table of Contents

Method FromByteArray

| Edit this page View Source

FromByteArray(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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX