ImageSourceFromRGBAArray

Warning

This documentation is for an implementation of a service. This class is not meant to be used directly; instead use the IImageSource service via dependency injection to access this functionality.

Information documented here may not be up to date.

class ImageSourceFromRGBAArray : System.Object, IImageSource

An image source that uses an RGBA array.

public System.Byte[] GetSourceAsBytes(ref int width, ref int height)
Parameters:
  • (ref) width (int) –
  • (ref) height (int) –