VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / MprPlanarSliceLocationTextOverlay Class / GetOverlayText(MprSlice) Method
Syntax Requirements SeeAlso
    GetOverlayText(MprSlice) Method (MprPlanarSliceLocationTextOverlay)
    Returns the text of text overlay from MPR slice.
    Syntax
    'Declaration
    
    Protected Overrides Function GetOverlayText( _
    ByVal slice
    The MPR slice.
    As Vintasoft.Imaging.Dicom.Mpr.MprSlice _
    ) As System.String
     

    Parameters

    slice
    The MPR slice.

    Return Value

    The text of text overlay.
    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