[]
        
(Showing Draft Content)

C1.Win.Util.ImageRecolorer.MapPixels

MapPixels Method

MapPixels(Bitmap, Bitmap, int, int)

Copies the source image to the destination image with replacing colors.

Declaration
public void MapPixels(Bitmap srcImage, Bitmap dstImage, int width, int height)
Parameters
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.