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

BrickViewData.OriginalBounds 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 Rectangle OriginalBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle value.

See Also