←Select platform

Intersect(AnnRectangle,AnnRectangle) Method

Summary

Returns an AnnRectangle 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 a As Leadtools.Annotations.AnnRectangle, _ 
   ByVal b As Leadtools.Annotations.AnnRectangle _ 
) As Leadtools.Annotations.AnnRectangle 

Parameters

a
A rectangle to intersect.

b
A rectangle to intersect

Return Value

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize