Nevron .NET Vision
Nevron.Chart Namespace / INCellData Interface / WriteToImageMap Method


In This Topic
    WriteToImageMap Method (INCellData)
    In This Topic
    Writes the cell to an image map
    Syntax
    'Declaration
     
    
    Sub WriteToImageMap( _
       ByVal htmlMapWriter As INImageMapWriter, _
       ByVal rcBounds As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As INCellData
    Dim htmlMapWriter As INImageMapWriter
    Dim rcBounds As NRectangleF
     
    instance.WriteToImageMap(htmlMapWriter, rcBounds)

    Parameters

    htmlMapWriter
    rcBounds
    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