Image Area PolygonBounding Rectangle 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: 2024.12.31.0
A Rectangle containing the coordinates of the area containing the entire polygon.
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public Rectangle BoundingRectangle { get; }VB
Public ReadOnly Property BoundingRectangle As Rectangle
GetC++
public:
property Rectangle BoundingRectangle {
Rectangle get ();
}F#
member BoundingRectangle : Rectangle with getReturn Value
RectangleA 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.