←Select platform

Union Method

Summary

Gets a Rectangle structure that contains the union of two Rectangle structures.

Syntax

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

Parameters

rect1
A rectangle to union.

rect2
A rectangle to union.

Remarks

The two rectangles should have the same unit of measurement. If the unit is not the same the union process will be done according to the rect1 unit of measurement.

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