バージョン

CreateBitmapRegion メソッド

指定したイメージから指定した色をマスクすることによってリージョンを作成します。
シンタックス
'宣言
 
Public Shared Function CreateBitmapRegion( _
   ByVal bitmap As Bitmap, _
   ByVal transparentColor As Color _
) As Region
public static Region CreateBitmapRegion( 
   Bitmap bitmap,
   Color transparentColor
)

パラメータ

bitmap
リージョンの基本として使用するイメージ
transparentColor
マスクする色

戻り値の型

Region オブジェクト
参照