Ribbon for WinForms
MapPixels メソッド (ImageRecolorer)

C1.Win.8 アセンブリ > C1.Win.Util 名前空間 > ImageRecolorer クラス : MapPixels メソッド
The source image using Format32bppArgb as pixel format.
The destination image using Format32bppPArgb as pixel format.
The width of the source and destination images.
The height of the source and destination images.
Copies the source image to the destination image with replacing colors.
シンタックス
'宣言
 
Public Sub MapPixels( _
   ByVal srcImage As Bitmap, _
   ByVal dstImage As Bitmap, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
public void MapPixels( 
   Bitmap srcImage,
   Bitmap dstImage,
   int width,
   int height
)

パラメータ

srcImage
The source image using Format32bppArgb as pixel format.
dstImage
The destination image using Format32bppPArgb as pixel format.
width
The width of the source and destination images.
height
The height of the source and destination images.
参照

ImageRecolorer クラス
ImageRecolorer メンバ