Error processing SSI file
LEADTOOLS JavaScript (Leadtools)
Products
|
Support
|
Email
a link to this topic. |
Send comments
on this topic. | Back to
Introduction
| Help Version 19.0.4.3
UnionRects Method
Show in webframe
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: JavaScript
JavaScript
First rectangle.
Second rectangle.
Gets a
LeadRectD
that contains the union of two rectangles.
Syntax
JavaScript
function
Leadtools.LeadRectD.unionRects(
rect1
,
rect2
)
Parameters
Parameter
Type
Description
rect1
LeadRectD
First rectangle.
rect2
LeadRectD
Second rectangle.
Return Value
Type
Description
LeadRectD
A third
LeadRectD
the size of which represents the union of the area of the two specified rectangles.
See Also
Reference
LeadRectD Object
LeadRectD Members
Error processing SSI file