Skip to main content
A newer version of this page is available. .

BrickStyle.InflateBorderWidth(RectangleF, Single, Boolean, BorderSide) Method

For internal use.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

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

Parameters

Name Type Description
rect RectangleF

A RectangleF structure.

dpi Single

A Single value.

applyBorderStyle Boolean

A Boolean value.

sides BorderSide

A BorderSide enumeration value.

Returns

Type Description
RectangleF

A RectangleF structure.

See Also