Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfRectangle.Contains(PdfPoint) Method

Determines whether a point is inside the current rectangle.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.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