Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRasterImage Class / NRasterImage Constructor / NRasterImage Constructor(Bitmap)
bitmap associated with the raster image


In This Topic
    NRasterImage Constructor(Bitmap)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal bitmap As System.Drawing.Bitmap _
    )
    'Usage
     
    
    Dim bitmap As System.Drawing.Bitmap
     
    Dim instance As New NRasterImage(bitmap)
    public NRasterImage( 
       System.Drawing.Bitmap bitmap
    )

    Parameters

    bitmap
    bitmap associated with the raster image
    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