Nevron .NET Vision
Nevron.UI Namespace / NPathHelper Class / RegionFromBitmap Method


In This Topic
    RegionFromBitmap Method
    In This Topic
    Syntax
    '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
    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