Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRasterImageFormatProvider Class / UpdateBitmap Method


In This Topic
    UpdateBitmap Method (NRasterImageFormatProvider)
    In This Topic
    Must override to update the internally created bitmap
    Syntax
    'Declaration
     
    
    Public MustOverride Sub UpdateBitmap( _
       ByVal bitmap As System.Drawing.Bitmap, _
       ByVal resolution As NResolution _
    ) 
    'Usage
     
    
    Dim instance As NRasterImageFormatProvider
    Dim bitmap As System.Drawing.Bitmap
    Dim resolution As NResolution
     
    instance.UpdateBitmap(bitmap, resolution)
    public abstract void UpdateBitmap( 
       System.Drawing.Bitmap bitmap,
       NResolution resolution
    )

    Parameters

    bitmap
    resolution
    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