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

PreviewMouseEventArgs.GetBrickScreenBounds() Method

Obtains the location and size of the PreviewMouseEventArgs.Brick on the screen.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public Rectangle GetBrickScreenBounds()

Returns

Type Description
Rectangle

A Rectangle object representing brick bounds on the screen.

See Also