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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public virtual RectangleF OriginalBoundsF { get; }

Property Value

Type Description
RectangleF

A RectangleF value.

See Also