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

BrickViewData.OriginalBoundsF Property

Gets the original bounds of the brick view data.

Namespace: DevExpress.XtraPrinting.Export

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

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual RectangleF OriginalBoundsF { get; }

Property Value

Type Description
RectangleF

A RectangleF value.

See Also