BrickStyle.DeflateBorderWidth(RectangleF, Single, Boolean) Method
Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
rect | RectangleF | A RectangleF value which specifies the rectangle to be deflated. |
dpi | Single | A Single value which specifies the dpi value to be applied to the width of borders before deflating. |
applyBorderStyle | Boolean | true to apply the current border style; otherwise, false. The current border style can be accessed via the BrickStyle.BorderStyle property. |
Returns
Type | Description |
---|---|
RectangleF | A RectangleF value that represents the deflated rectangle. |
See Also