PrintControl.FindBrick(Point) Method
In This Article
Returns a brick occupying the document area where a point with the specified coordinates is located.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
screen |
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