←Select platform

ContainsPoint Method (LeadRectDHelper)

Summary

Determines whether the specified point is contained within this LeadRectD.

Syntax

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

Parameters

rect
The rectangle object.

testPoint
The point to test.

Return Value

true if the specified point is contained within this LeadRectD; 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