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

Subtract Method (AnnLength)






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
)
 function Leadtools.Annotations.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: 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.