←Select platform

Intersect(LogicalRectangle,LogicalRectangle) Method

Summary

Returns an LogicalRectangle structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned.

Syntax

C#
VB
C++
  
Public Overloads Shared Function Intersect( _ 
   ByVal rect1 As Leadtools.Forms.LogicalRectangle, _ 
   ByVal rect2 As Leadtools.Forms.LogicalRectangle _ 
) As Leadtools.Forms.LogicalRectangle 

Parameters

rect1
A rectangle to intersect.

rect2
A rectangle to intersect

Return Value

A third LogicalRectangle structure the size of which represents the overlapped area of the two specified rectangles.

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