←Select platform

Union Method

Summary

Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.

Syntax

C#
VB
C++
public static AnnRectangle Union( 
   AnnRectangle a, 
   AnnRectangle b 
) 
  
Public Shared Function Union( _ 
   ByVal a As Leadtools.Annotations.AnnRectangle, _ 
   ByVal b As Leadtools.Annotations.AnnRectangle _ 
) As Leadtools.Annotations.AnnRectangle 

Parameters

a
A rectangle to union.

b
A rectangle to union.

Return Value

A third AnnRectangle structure that contains both of the two rectangles that form the union.

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