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

BrickPagePair.Create(Int32[], Page, RectangleF) Method

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

public static BrickPagePair Create(
    int[] indices,
    Page page,
    RectangleF brickBounds
)

Parameters

Name Type
indices Int32[]
page Page
brickBounds RectangleF

Returns

Type
BrickPagePair
See Also