C#
VB
C++
Subtracts the length of one AnnLength structure from the length of another AnnLength structure.
Public Shared Function Subtract( _
ByVal l1 As Leadtools.Annotations.AnnLength, _
ByVal l2 As Leadtools.Annotations.AnnLength _
) As Leadtools.Annotations.AnnLength
public:
static Leadtools.Annotations.AnnLength Subtract(
Leadtools.Annotations.AnnLength l1,
Leadtools.Annotations.AnnLength l2
)
l1
The AnnLength structure on the left side of the subtraction operator.
l2
The AnnLength structure on the right side of the subtraction operator.
An AnnLength structure that is the result of the subtraction operation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET