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