Nevron .NET Vision
Nevron.GraphicsCore Namespace / NHtmlMapContext Class / NHtmlMapContext Constructor


In This Topic
    NHtmlMapContext Constructor
    In This Topic
    Creates a new Html Image Map context with the specified parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal mapName As System.String, _
       ByVal imageName As System.String, _
       ByVal accuracy As System.Integer, _
       ByVal dimensions As NSize, _
       ByVal resolution As NResolution, _
       ByVal postbackEventReference As System.String, _
       ByVal clientScript As ClientScript, _
       ByVal imageMapMode As ImageMapMode, _
       ByVal generateEmptyAreas As System.Boolean _
    )
    'Usage
     
    
    Dim mapName As System.String
    Dim imageName As System.String
    Dim accuracy As System.Integer
    Dim dimensions As NSize
    Dim resolution As NResolution
    Dim postbackEventReference As System.String
    Dim clientScript As ClientScript
    Dim imageMapMode As ImageMapMode
    Dim generateEmptyAreas As System.Boolean
     
    Dim instance As New NHtmlMapContext(mapName, imageName, accuracy, dimensions, resolution, postbackEventReference, clientScript, imageMapMode, generateEmptyAreas)
    public NHtmlMapContext( 
       System.string mapName,
       System.string imageName,
       System.int accuracy,
       NSize dimensions,
       NResolution resolution,
       System.string postbackEventReference,
       ClientScript clientScript,
       ImageMapMode imageMapMode,
       System.bool generateEmptyAreas
    )

    Parameters

    mapName
    imageName
    accuracy
    dimensions
    resolution
    postbackEventReference
    clientScript
    imageMapMode
    generateEmptyAreas
    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