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


In This Topic
    InitFromBitmap Method (NMeshSurfaceData)
    In This Topic
    Initializes the grid surface data from a Bitmap image.
    Syntax
    'Declaration
     
    
    Public Overrides Sub InitFromBitmap( _
       ByVal bitmap As System.Drawing.Bitmap _
    ) 
    'Usage
     
    
    Dim instance As NMeshSurfaceData
    Dim bitmap As System.Drawing.Bitmap
     
    instance.InitFromBitmap(bitmap)
    public override 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