[]
Represents an interface for a visual shape.
public interface IVisualShape
| 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. |