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