Nevron.UI Namespace / NPathHelper Class / GetBitmapRegionPath Method


GetBitmapRegionPath Method
Syntax
'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)

Parameters

bmp
transparent
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also