LEADTOOLS Annotations (Leadtools.Annotations assembly)

Add Method (AnnLength)

Show in webframe





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
) 

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

See Also

Reference

AnnLength Structure
AnnLength Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.