Skip to main content

PrintingSystemBase.UnmarkBrick(Brick, Page) Method

Removes a selection rectangle which was previously drawn around the specified brick using the PrintingSystemBase.MarkBrick method.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void UnmarkBrick(
    Brick brick,
    Page page
)

Parameters

Name Type Description
brick Brick

A Brick object representing the brick which should be deselected.

page Page

A Page object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be deselected.

Remarks

Use the PrintingSystemBase.MarkBrick method to select a specific brick which can be then deselected via this method.

See Also