BrickStyle.InflateBorderWidth(RectangleF, BorderSide, Single, BrickBorderStyle) Method
Inflates the specified rectangle by the specified width of specified borders using the specified border style.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public static RectangleF InflateBorderWidth(
RectangleF rect,
BorderSide sides,
float borderWidth,
BrickBorderStyle borderStyle
)
Parameters
Name | Type | Description |
---|---|---|
rect | RectangleF | A RectangleF value which specifies the rectangle to be inflated. |
sides | BorderSide | A BorderSide enumeration value that specifies which sides of a brick have borders. |
borderWidth | Single | A Single value which specifies the width of borders. |
borderStyle | BrickBorderStyle | A BrickBorderStyle enumeration value that specifies the brick style. |
Returns
Type | Description |
---|---|
RectangleF | A RectangleF value that represents the inflated rectangle. |
See Also