Method IsVisible
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
IsVisible(PdfRectangle)
Tests whether any portion of the specified rectangle is contained within this region.
public bool IsVisible(PdfRectangle rect)
Parameters
rect
PdfRectangleThe rectangle to test.
Returns
- bool
true
when any portion ofrect
is contained within this region; otherwise,false
.