←Select platform

Contains(int,int) Method

Summary

Determines whether the specified point is contained within this LeadRect structure.

Syntax

C#
VB
Java
C++
public bool Contains( 
   int x, 
   int y 
) 
Public Overloads Function Contains( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
) As Boolean 
public boolean contains(int x, int y) 
public: 
bool Contains(  
   int x, 
   int y 
)  

Parameters

x
The x-coordinate of the point to test.

y
The y-coordinate of 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