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

BrickGraphics(PrintingSystemBase) Constructor

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

Namespace: DevExpress.XtraPrinting

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

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