ImageAreaPolygonBoundingRectangle Property

This read-only property can be used to get the bounding rectangle that contains all points in the polygon.

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public Rectangle BoundingRectangle { get; }

Return Value

Rectangle
A Rectangle containing the coordinates of the area containing the entire polygon.

Remarks

This is useful for obtaining coordinates for owner drawn polygon areas for use with a graphics path object.

See Also