ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity Namespace / ImageMapShape Enumeration

In This Topic
    ImageMapShape Enumeration
    In This Topic
    Defines shapes used by ImageMapArea
    Syntax
    'Declaration
     
    Public Enum ImageMapShape 
       Inherits System.Enum
    public enum ImageMapShape : System.Enum 
    Members
    MemberDescription
    PolygonThe shape is a Polygon
    RectangleThe shape is a Rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapShape

    See Also