C#
VB
Java
Objective-C
WinRT C#
C++
Converts a length from container coordinates.
public double LengthFromContainerCoordinates(
LeadLengthD length,
AnnFixedStateOperations operation
)
Public Function LengthFromContainerCoordinates( _
ByVal length As Leadtools.LeadLengthD, _
ByVal operation As Leadtools.Annotations.Core.AnnFixedStateOperations _
) As Double
public double LengthFromContainerCoordinates(
Leadtools.LeadLengthD length,
Leadtools.Annotations.Core.AnnFixedStateOperations operation
)
-(double) lengthFromContainerCoordinates:(LeadLengthD) length
operation:(LTAnnFixedStateOperations)operation;
public double lengthFromContainerCoordinates(
LeadLengthD length,
int annFixedStateOperations
)
function Leadtools.Annotations.Core.AnnContainerMapper.LengthFromContainerCoordinates(
length ,
operation
)
public:
double LengthFromContainerCoordinates(
LeadLengthD^ length,
AnnFixedStateOperations^ operation
)
length
The source length.
operation
The source object fixed operation state.
The converted length.
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