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

PrintingSystemBase.HighlightIntersectedBricks(Color) Method

Highlights the intersecting bricks within the document.

Namespace: DevExpress.XtraPrinting

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

Declaration

public void HighlightIntersectedBricks(
    Color backColor
)

Parameters

Name Type Description
backColor Color

A Color to paint the intersecting bricks.

See Also