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.v22.2.dll
NuGet Package: DevExpress.Win.Printing
Declaration
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