←Select platform

Contains(float,float) Method

Summary

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

Syntax

C#
VB
C++
public bool Contains( 
   float x, 
   float y 
) 
  
Public Overloads Function Contains( _ 
   ByVal x As Single, _ 
   ByVal y As Single _ 
) As Boolean 
public: 
bool Contains(  
   float x, 
   float y 
)  

Parameters

x
The x-coordinate of the point to test.

y
The y-coordinate of the point to test.

Return Value

This method returns true if the point defined by x and y is contained within this AnnRectangle structure; otherwise false.

Remarks

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

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