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

PageArea.GetBricks(BrickGraphics, Image[]) Method

For internal use.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public IList<Brick> GetBricks(
    BrickGraphics graph,
    Image[] images
)

Parameters

Name Type Description
graph BrickGraphics

A BrickGraphics object.

images Image[]

A Image array.

Returns

Type Description
IList<Brick>

A collection of Brick objects.

See Also