Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRaster Class / FromBitmap Method


In This Topic
    FromBitmap Method
    In This Topic
    Creates a new raster from the specified file name
    Syntax
    'Declaration
     
    
    Public Shared Function FromBitmap( _
       ByVal bitmap As System.Drawing.Bitmap _
    ) As NRaster
    'Usage
     
    
    Dim bitmap As System.Drawing.Bitmap
    Dim value As NRaster
     
    value = NRaster.FromBitmap(bitmap)
    public static NRaster FromBitmap( 
       System.Drawing.Bitmap bitmap
    )

    Parameters

    bitmap
    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