Nevron .NET Vision
Nevron.GraphicsCore Namespace / INBitmapRenderSurface Interface / GetBitmapHolder Method


In This Topic
    GetBitmapHolder Method
    In This Topic
    Gets a bitmap representing the render surface
    Syntax
    'Declaration
     
    
    Function GetBitmapHolder( _
       ByVal pixelFormat As System.Drawing.Imaging.PixelFormat, _
       ByVal resolution As NResolution _
    ) As NBitmapHolder
    'Usage
     
    
    Dim instance As INBitmapRenderSurface
    Dim pixelFormat As System.Drawing.Imaging.PixelFormat
    Dim resolution As NResolution
    Dim value As NBitmapHolder
     
    value = instance.GetBitmapHolder(pixelFormat, resolution)
    NBitmapHolder GetBitmapHolder( 
       System.Drawing.Imaging.PixelFormat pixelFormat,
       NResolution resolution
    )

    Parameters

    pixelFormat
    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