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

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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the UnmarkBrick(Brick, Page) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also