ActiveReports Developer 7
AreaFromPoint Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IMetadataDictionary Interface : AreaFromPoint Method

fromPoint
The point to return the area for.

Glossary Item Box

Returns area from the map, containing specified point (if any).

Syntax

Visual Basic (Declaration) 
Function AreaFromPoint( _
   ByVal fromPoint As PointFEx _
) As IMetadataDictionaryEntry
C# 
IMetadataDictionaryEntry AreaFromPoint( 
   PointFEx fromPoint
)

Parameters

fromPoint
The point to return the area for.

See Also