Skip to main content

PdfRectangle.Contains(PdfPoint) Method

Determines whether a point is inside the current rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool Contains(
    PdfPoint point
)

Parameters

Name Type Description
point PdfPoint

A PdfPoint structure that represents the point in a two-dimensional coordinate space.

Returns

Type Description
Boolean

true if a point is inside the current rectangle; otherwise false.

See Also