←Select platform

Intersect Method (LeadRectDHelper)

Summary

Returns an LeadRectD that represents the intersection of two rectangles.

Syntax

C#
VB
WinRT C#
C++
Public Shared Function Intersect( _ 
   ByVal rect1 As Leadtools.LeadRectD, _ 
   ByVal rect2 As Leadtools.LeadRectD _ 
) As Leadtools.LeadRectD 
 function Leadtools.LeadRectDHelper.Intersect(  
   rect1 , 
   rect2  
) 

Parameters

rect1
A rectangle to intersect.

rect2
A rectangle to intersect

Return Value

A third LeadRectD the size of which represents the overlapped area of the two specified rectangles. If there is no intersection, an Empty rectangle is returned.

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