PrintControl.FindBrickBy(Point, ref Page, ref RectangleF) Method
In This Article
Returns a brick corresponding to the specified location and size.
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 contained within the area occupied by the brick. |
page | Page | A Page object, specifying the page at which the brick is located. |
brick |
Rectangle |
A Rectangle |
#Returns
Type | Description |
---|---|
Brick | A Brick object. |
See Also