←Select platform

Contains(LeadPoint) Method

Summary

Determines if the specified point is contained within this LogicalRectangle structure.

Syntax

C#
VB
C++
public bool Contains( 
   LeadPoint pt 
) 
  
Public Overloads Function Contains( _ 
   ByVal pt As Leadtools.LeadPoint _ 
) As Boolean 
public: 
bool Contains(  
   Leadtools.LeadPoint pt 
)  

Parameters

pt
The Leadtools.LeadPoint structure to be tested.

Return Value

This method returns true if the point represented by the pt parameter is contained within this LogicalRectangle structure; otherwise false.

Remarks

The point is treated as if its in the same unit as the LogicalRectangle.

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.Forms Assembly