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


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