Skip to main content

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

For internal use.

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,
    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