Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapArea Class / GetCoordinates Method


In This Topic
    GetCoordinates Method
    In This Topic
    Gets the coordinates of an area.
    Syntax
    'Declaration
     
    Public Overrides Function GetCoordinates() As String
    'Usage
     
    Dim instance As MapArea
    Dim value As String
     
    value = instance.GetCoordinates()
    public override string GetCoordinates()

    Return Value

    The string indicates the coordinates.
    See Also