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

BrickStyle.Scale(Single) Method

Rescales the brick style to the specified ratio.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

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