Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Printing

#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