[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape

IVisualShape Interface

Represents an interface for a visual shape.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IVisualShape

Methods

Name Description
GetBounds()

Returns a RectangleF that bounds this shape.

GetImageMapArea()

Renders an interactive map area for use in HTML, PDF, and other exports.

IsVisible(PointF)

Indicates if the specified PointF is contained within this IVisualShape.

Extension Methods