Skip to main content

BrickViewData.OriginalBoundsF Property

Gets the original bounds of the brick view data.

Namespace: DevExpress.XtraPrinting.Export

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

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual RectangleF OriginalBoundsF { get; }

Property Value

Type Description
RectangleF

A RectangleF value.

See Also