Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapData Class / InitFromBitmap Method
The bitmap image that is used as a source of data.


In This Topic
    InitFromBitmap Method (NHeatMapData)
    In This Topic
    Initializes the grid surface data from a Bitmap image.
    Syntax
    'Declaration
     
    
    Public Sub InitFromBitmap( _
       ByVal bitmap As System.Drawing.Bitmap _
    ) 
    'Usage
     
    
    Dim instance As NHeatMapData
    Dim bitmap As System.Drawing.Bitmap
     
    instance.InitFromBitmap(bitmap)
    public void InitFromBitmap( 
       System.Drawing.Bitmap bitmap
    )

    Parameters

    bitmap
    The bitmap image that is used as a source of data.
    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