Skip to main content

BrickGraphics.UnionCalculateRectangle(RectangleF) Method

OBSOLETE

This member has become obsolete.

Adds a new rectangle item to the rectangle that was calculated after the BrickGraphics.BeginCalculateRectangle method was called.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Obsolete("This member has become obsolete.")]
public void UnionCalculateRectangle(
    RectangleF rect
)

Parameters

Name Type Description
rect RectangleF

A RectangleF object representing the rectangle to be added.

Remarks

This method is intended for internal use only.

See Also