Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapArea Class / MapArea Constructor
Shape of the area.


In This Topic
    MapArea Constructor
    In This Topic
    Initializes a new instance of the MapArea class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal areaShape As AreaShape _
    )
    'Usage
     
    
    Dim areaShape As AreaShape
     
    Dim instance As New MapArea(areaShape)
    public MapArea( 
       AreaShape areaShape
    )

    Parameters

    areaShape
    Shape of the area.
    See Also