VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomCrosshairAnnotationView Class / GetLength(Single,Double,UnitOfMeasure) Method
Syntax Requirements SeeAlso
In This Topic
    GetLength(Single,Double,UnitOfMeasure) Method (DicomCrosshairAnnotationView)
    In This Topic
    Returns the length in the specified unis of measure.
    Syntax
    'Declaration
    
    Protected Overridable Function GetLength( _
    ByVal length
    The length in pixels.
    As Single, _
    ByVal resolution
    The image resolution.
    As Double, _
    ByVal unitOfMeasure
    The unit of measure of result.
    As Vintasoft.Imaging.UnitOfMeasure _
    ) As Single

    Parameters

    length
    The length in pixels.
    resolution
    The image resolution.
    unitOfMeasure
    The unit of measure of result.

    Return Value

    The length in the specified unis of measure.
    Requirements

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

    See Also