BrickStyle.DeflateBorderWidth(RectangleF, BorderSide, Single, BrickBorderStyle) Method
Deflates the specified rectangle by the specified width of the 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 DeflateBorderWidth(
RectangleF rect,
BorderSide sides,
float borderWidth,
BrickBorderStyle borderStyle
)
Parameters
Name | Type | Description |
---|---|---|
rect | RectangleF | A RectangleF value which specifies the rectangle to be deflated. |
sides | BorderSide | One or more BorderSide enumeration values, specifying 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 deflated rectangle. |
See Also