VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomCrosshairAnnotationView Class / FormatLengthText(Single) Method
Syntax Requirements SeeAlso
In This Topic
    FormatLengthText(Single) Method (DicomCrosshairAnnotationView)
    In This Topic
    Formats the length of annotation.
    Syntax
    'Declaration
    
    Protected Overridable Function FormatLengthText( _
    ByVal length
    The length.
    As Single _
    ) As System.String
    protected virtual System.String FormatLengthText(
    float length
    )
    protected: virtual System.String FormatLengthText(
    float length
    )
    protected:
    virtual System.String FormatLengthText(
    float length
    )

    Parameters

    length
    The length.

    Return Value

    Formatted string with annotation length.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also