LEADTOOLS Annotations (Leadtools.Annotations assembly)

Subtract Method (AnnLength)

Show in webframe





The AnnLength structure on the left side of the subtraction operator.
The AnnLength structure on the right side of the subtraction operator.
Subtracts the length of one AnnLength structure from the length of another AnnLength structure.
Syntax
public static AnnLength Subtract( 
   AnnLength l1,
   AnnLength l2
)
'Declaration
 
Public Shared Function Subtract( _
   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.Subtract(l1, l2)

            

            
public:
static AnnLength Subtract( 
   AnnLength l1,
   AnnLength l2
) 

Parameters

l1
The AnnLength structure on the left side of the subtraction operator.
l2
The AnnLength structure on the right side of the subtraction operator.

Return Value

An AnnLength structure that is the result of the subtraction operation.
Requirements

Target Platforms

See Also

Reference

AnnLength Structure
AnnLength Members

 

 


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