Skip to main content

BrickStyle.InflateBorderWidth(RectangleF, Single, Boolean) Method

Inflates 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 InflateBorderWidth(
    RectangleF rect,
    float dpi,
    bool applyBorderStyle
)

Parameters

Name Type Description
rect RectangleF

A RectangleF value which specifies the rectangle to be inflated.

dpi Single

A Single value which specifies the dpi value to be applied to the width of borders before inflating.

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 inflated rectangle.

See Also