Skip to main content

PrintingSystemBase.HighlightIntersectedBricks(Color) Method

Highlights the intersecting bricks within the document.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void HighlightIntersectedBricks(
    Color backColor
)

Parameters

Name Type Description
backColor Color

A Color to paint the intersecting bricks.

See Also