XFINIUM.PDF Documentation
IsPointInRectangle(PdfPoint) Method



Xfinium.Pdf.Graphics Namespace > PdfVisualRectangle Class > IsPointInRectangle Method : IsPointInRectangle(PdfPoint) Method
The point.
Tests if the given point is located inside the rectangle.
Syntax
'Declaration
 
Public Overloads Function IsPointInRectangle( _
   ByVal point As PdfPoint _
) As Boolean
'Usage
 
Dim instance As PdfVisualRectangle
Dim point As PdfPoint
Dim value As Boolean
 
value = instance.IsPointInRectangle(point)
public bool IsPointInRectangle( 
   PdfPoint point
)
public:
bool IsPointInRectangle( 
   PdfPoint^ point
) 

Parameters

point
The point.

Return Value

True if the point is located inside the rectangle, false otherwise.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualRectangle Class
PdfVisualRectangle Members
Overload List