Skip to main content

Brick.Initialize(PrintingSystemBase, RectangleF) Method

Initializes a new instance of the Brick class with the specified settings.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void Initialize(
    PrintingSystemBase ps,
    RectangleF rect
)

Parameters

Name Type Description
ps PrintingSystemBase

A PrintingSystemBase object which specifies the printing system used for the current graphics object.

rect RectangleF

A RectangleF value which specifies the rectangle to be deflated.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Initialize(PrintingSystemBase, RectangleF) 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