Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfOrientedRectangle.Contains(PdfOrientedRectangle) Method

Determines whether the current PdfOrientedRectangle object contains the specified rectangle.

Namespace: DevExpress.Pdf

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

Declaration

public bool Contains(
    PdfOrientedRectangle rectangle
)

Parameters

Name Type Description
rectangle PdfOrientedRectangle

Specifies the rectangle to test.

Returns

Type Description
Boolean

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

See Also