Skip to main content

BrickGraphics(PrintingSystemBase) Constructor

Initializes a new instance of the BrickGraphics class with the specified printing system.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickGraphics(
    PrintingSystemBase ps
)

Parameters

Name Type Description
ps PrintingSystemBase

A PrintingSystemBase object which specifies the printing system used for the current graphics object. This value is assigned to the BrickGraphics.PrintingSystem property.

See Also