A newer version of this page is available.
Switch to the current version.
Brick.Initialize(PrintingSystemBase, RectangleF) Method
Initializes a new instance of the Brick class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public void Initialize(
PrintingSystemBase ps,
RectangleF rect
)
Public Sub Initialize(
ps As PrintingSystemBase,
rect As RectangleF
)
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. |
See Also
Feedback