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

PdfOrientedRectangle.Contains(PdfPoint) Method

Determines whether the current PdfOrientedRectangle object contains the specified point.

Namespace: DevExpress.Pdf

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

Declaration

public bool Contains(
    PdfPoint point
)

Parameters

Name Type Description
point PdfPoint

Specifies the point to test.

Returns

Type Description
Boolean

true, if the specified point belongs to the current PdfOrientedRectangle object; otherwise, false.

See Also