| PolygonGetBoundingRec Method |
Gets the rectangle that surrounds the boundry of the polygon.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Rectangle GetBoundingRec()
Public Function GetBoundingRec As Rectangle
Dim instance As Polygon
Dim returnValue As Rectangle
returnValue = instance.GetBoundingRec()
public:
Rectangle GetBoundingRec()
Return Value
Type:
RectangleA rectangle.
See Also