Skip to main content

BrickStyle.Scale(Single) Method

Rescales the brick style to the specified ratio.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStyle Scale(
    float ratio
)

Parameters

Name Type Description
ratio Single

A Single value specifying the ratio to rescale the brick style.

Returns

Type Description
BrickStyle

A BrickStyle object which represents the brick style with the scaling applied.

See Also