←Select platform

Contains(LogicalRectangle) Method

Summary

Determines if the rectangular region represented by

rect is entirely contained within this LogicalRectangle structure.

Syntax

C#
VB
C++
public bool Contains( 
   LogicalRectangle rect 
) 
  
Public Overloads Function Contains( _ 
   ByVal rect As Leadtools.Forms.LogicalRectangle _ 
) As Boolean 
public: 
bool Contains(  
   Leadtools.Forms.LogicalRectangle rect 
)  

Parameters

rect
The LogicalRectangle structure to be tested.

Return Value

This method returns true if the rectangular region represented by rect is entirely contained within the rectangular region represented by this LogicalRectangle; otherwise false.

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