A newer version of this page is available.
Switch to the current version.
BrickGraphics.EndCalculateRectangle() Method
Obsolete. Finishes calculating the size of the rectangle required for all the bricks being added to the document.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[Obsolete("This member has become obsolete.")]
public RectangleF EndCalculateRectangle()
<Obsolete("This member has become obsolete.")>
Public Function EndCalculateRectangle As RectangleF
Returns
Type | Description |
---|---|
RectangleF | A RectangleF object representing the rectangle containing all the bricks added after calling the BrickGraphics.BeginCalculateRectangle method. |
Remarks
This method is intended for internal use only.
See Also
Feedback