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

PrintControl.FindBrick(Point) Method

Returns a brick occupying the document area where a point with the specified coordinates is located.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

public Brick FindBrick(
    Point screenPoint
)

Parameters

Name Type Description
screenPoint Point

A Point structure, specifying the coordinates of a point corresponding to a brick’s location.

Returns

Type Description
Brick

A Brick object, corresponding to a brick located at the specified coordinates.

Remarks

This method returns null if no brick is found at the specified location.

See Also