| IShapeBoundingRec 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 Rectangle BoundingRec { get; }
ReadOnly Property BoundingRec As Rectangle
Get
Dim instance As IShape
Dim value As Rectangle
value = instance.BoundingRec
property Rectangle BoundingRec {
Rectangle get ();
}
Property Value
Type:
RectangleSee Also