Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

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