Method Create
Create(int, int, Color)
Creates image with the specified size, filled with color
.
public static Image Create(int width, int height, Color color)
Parameters
Returns
Create(int, int, SKColor[])
Creates image with the specified size and pixel data.
public static Image Create(int width, int height, SKColor[] pixels)