'Declaration
Public Shared Function RegionFromBitmap( _ ByVal bmp As System.Drawing.Bitmap, _ ByVal transparent As System.Drawing.Color _ ) As System.Drawing.Region
'Usage
Dim bmp As System.Drawing.Bitmap Dim transparent As System.Drawing.Color Dim value As System.Drawing.Region value = NPathHelper.RegionFromBitmap(bmp, transparent)
public static System.Drawing.Region RegionFromBitmap( System.Drawing.Bitmap bmp, System.Drawing.Color transparent )
Parameters
- bmp
- transparent