ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity Namespace / ImageMapArea Class / Rect Method
The rectangle defining the area.

In This Topic
    Rect Method
    In This Topic
    Creates a rectangular image map area.
    Syntax
    'Declaration
     
    Public Shared Function Rect( _
       ByVal rect As RectangleF _
    ) As ImageMapArea
    public static ImageMapArea Rect( 
       RectangleF rect
    )

    Parameters

    rect
    The rectangle defining the area.

    Return Value

    A new instance of the ImageMapArea class representing a rectangular area.
    See Also