TreeView for WinForms
MapPixels メソッド (ImageRecolorer)

C1.Win.4.5.2 アセンブリ > C1.Win.Util 名前空間 > ImageRecolorer クラス : MapPixels メソッド
ピクセル形式として Format32bppArgb を使用するソース画像。
ピクセル形式として Format32bppPArgb を使用するコピー先画像。
ソース画像とコピー先画像の幅。
ソース画像とコピー先画像の高さ。
ソース画像をコピーし、コピー先では置き換え色を使用します。
シンタックス
'宣言
 
Public Sub MapPixels( _
   ByVal srcImage As System.Drawing.Bitmap, _
   ByVal dstImage As System.Drawing.Bitmap, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
public void MapPixels( 
   System.Drawing.Bitmap srcImage,
   System.Drawing.Bitmap dstImage,
   System.int width,
   System.int height
)

パラメータ

srcImage
ピクセル形式として Format32bppArgb を使用するソース画像。
dstImage
ピクセル形式として Format32bppPArgb を使用するコピー先画像。
width
ソース画像とコピー先画像の幅。
height
ソース画像とコピー先画像の高さ。
参照

ImageRecolorer クラス
ImageRecolorer メンバ