ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / ImageMap Class / FindArea Method

In This Topic
    FindArea Method
    In This Topic
    Finds the area at coordinate given
    Syntax
    'Declaration
     
    Public Function FindArea( _
       ByVal x As Single, _
       ByVal y As Single _
    ) As ShapeArea
    public ShapeArea FindArea( 
       float x,
       float y
    )

    Parameters

    x
    y

    Return Value

    Found area or null if no area found
    See Also