| RectangleBoundingRec Property |
Gets the rectangle that surrounds the boundry of the shape.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Rectangle BoundingRec { get; }
Public ReadOnly Property BoundingRec As Rectangle
Get
Dim instance As Rectangle
Dim value As Rectangle
value = instance.BoundingRec
public:
virtual property Rectangle BoundingRec {
Rectangle get () sealed;
}
Property Value
Type:
RectangleImplements
IShapeBoundingRecSee Also