Skip to main content

BrickStyle.DeflateBorderWidth(RectangleF, BorderSide, 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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public RectangleF DeflateBorderWidth(
    RectangleF rect,
    BorderSide sides,
    float dpi,
    bool applyBorderStyle
)

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.

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