Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadRectDHelper Class : ContainsPoint Method |
public static bool ContainsPoint( LeadRectD rect, LeadPointD testPoint )
'Declaration
Public Shared Function ContainsPoint( _ ByVal rect As LeadRectD, _ ByVal testPoint As LeadPointD _ ) As Boolean
'Usage
Dim rect As LeadRectD Dim testPoint As LeadPointD Dim value As Boolean value = LeadRectDHelper.ContainsPoint(rect, testPoint)
public static bool ContainsPoint( LeadRectD rect, LeadPointD testPoint )
public: static bool ContainsPoint( LeadRectD rect, LeadPointD testPoint )