API Reference
Class
RgbaImage
Represents a dependency-free 32-bit RGBA raster image.
Inheritance
- Object
- RgbaImage
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ChartExtensions.AddRasterImage
- Method ChartExtensions.AddRasterImage
- Method ChartExtensions.SaveRasterImage
- Method ChartExtensions.SaveRasterImage
- Method ChartExtensions.ToGif
- Method ChartExtensions.ToJpeg
- Method ChartExtensions.ToPng
- Method ChartExtensions.ToPng
- Method ChartExtensions.ToRasterImage
- Method ChartExtensions.ToVisualCanvas
- Method ChartExtensions.WriteRasterImage
- Method ImageComposition.DrawImage
- Method ImageComposition.DrawImage
- Method ImageComposition.FromImage
- Method RasterImageDecoder.TryDecode
- Method RasterImageDecoder.TryRead
- Method RasterImageDecoder.TryRead
- Constructor VisualStoryMediaSurface.VisualStoryMediaSurface
Constructors
RgbaImage(System.Int32 width, System.Int32 height, System.Byte[] pixels) #Initializes an RGBA raster image.
Parameters
- width System.Int32
- The image width in pixels.
- height System.Int32
- The image height in pixels.
- pixels System.Byte[]
- RGBA pixels, row-major from top-left.