LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Add Method (AnnLength)






The first AnnLength being added.
The second AnnLength structure being added.
Adds the length of one AnnLength structure to another AnnLength structure.
Syntax
public static AnnLength Add( 
   AnnLength l1,
   AnnLength l2
)
'Declaration
 
Public Shared Function Add( _
   ByVal l1 As AnnLength, _
   ByVal l2 As AnnLength _
) As AnnLength
'Usage
 
Dim l1 As AnnLength
Dim l2 As AnnLength
Dim value As AnnLength
 
value = AnnLength.Add(l1, l2)
public static AnnLength Add( 
   AnnLength l1,
   AnnLength l2
)
 function Leadtools.Annotations.AnnLength.Add( 
   l1 ,
   l2 
)
public:
static AnnLength Add( 
   AnnLength l1,
   AnnLength l2
) 

Parameters

l1
The first AnnLength being added.
l2
The second AnnLength structure being added.

Return Value

An AnnLength structure that is the result of the addition.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnLength Structure
AnnLength Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.