←Select platform

ContainsPoint Method (LeadRectHelper)

Summary

Determines whether the specified point is contained within this LeadRect.

Syntax

C#
VB
WinRT C#
C++
public static bool ContainsPoint(  
   Leadtools.LeadRect rect, 
   Leadtools.LeadPoint testPoint 
) 
Public Shared Function ContainsPoint( _ 
   ByVal rect As Leadtools.LeadRect, _ 
   ByVal testPoint As Leadtools.LeadPoint _ 
) As Boolean 
public static bool ContainsPoint(  
   Leadtools.LeadRect rect, 
   Leadtools.LeadPoint testPoint 
) 
 function Leadtools.LeadRectHelper.ContainsPoint(  
   rect , 
   testPoint  
) 
public: 
static bool ContainsPoint(  
   Leadtools.LeadRect rect, 
   Leadtools.LeadPoint testPoint 
)  

Parameters

rect
The rectangle object.

testPoint
The point to test.

Return Value

true if the specified point is contained within this LeadRect; false, otherwise.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly