[]
Copies the source image to the destination image with replacing colors.
public void MapPixels(Bitmap srcImage, Bitmap dstImage, int width, int height)
Type | Name | Description |
---|---|---|
Bitmap | srcImage | The source image using Format32bppArgb as pixel format. |
Bitmap | dstImage | The destination image using Format32bppPArgb as pixel format. |
int | width | The width of the source and destination images. |
int | height | The height of the source and destination images. |