public Task SaveImage( IRandomAccessStream stream, ImageFormat fmt, int w, int h, Nullable<Color> backColor )
Parameters
- stream
- Stream
- fmt
- Image format.
- w
- Width of image.
- h
- Height of image
- backColor
- The background of image.
public Task SaveImage( IRandomAccessStream stream, ImageFormat fmt, int w, int h, Nullable<Color> backColor )