Skip to main content

PaddingInfo.InflateWidth(Single) Method

Inflates the specified width value by the width of the current padding.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public float InflateWidth(
    float width
)

Parameters

Name Type Description
width Single

A Single value which specifies the width to be inflated.

Returns

Type Description
Single

A Single value that represents the inflated width.

Remarks

The InflateWidth method inflates the specified width value by the PaddingInfo.Left and PaddingInfo.Right values, and returns the resulting width.

See Also