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 > LeadRectHelper Class : ContainsPoint Method |
'Declaration
Public Shared Function ContainsPoint( _ ByVal rect As LeadRect, _ ByVal testPoint As LeadPoint _ ) As Boolean
'Usage
Dim rect As LeadRect Dim testPoint As LeadPoint Dim value As Boolean value = LeadRectHelper.ContainsPoint(rect, testPoint)