FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / C1Mapper Class / AddBoundingPoint Method
The specified longitude.
The specified latitude.

In This Topic
    AddBoundingPoint Method
    In This Topic
    Creates a new bounding box using the given coordinates.
    Syntax
    'Declaration
     
    Public Sub AddBoundingPoint( _
       ByVal longitude As Double, _
       ByVal latitude As Double _
    ) 
    public void AddBoundingPoint( 
       double longitude,
       double latitude
    )

    Parameters

    longitude
    The specified longitude.
    latitude
    The specified latitude.
    See Also