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

EditingField.GetBounds() Method

Returns the location and size of an editing field.

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public RectangleF GetBounds()

Returns

Type Description
RectangleF

A RectangleF structure specifying the editing field’s dimensions and location.

See Also