VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / MprSliceOrientationTextOverlay Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    MprSliceOrientationTextOverlay Class
    In This Topic
    The text object that shows a patient orientation of a slice over image in image viewer. The text of text objects is loading from FocusedSlice.
    Object Model
    DicomMprTool ImageViewer MprSliceOrientationTextOverlay
    Syntax
    'Declaration
    
    Public Class MprSliceOrientationTextOverlay
       Inherits MprImageToolFocusedSliceTextOverlay
    
    
    public class MprSliceOrientationTextOverlay : MprImageToolFocusedSliceTextOverlay
    
    
    public __gc class MprSliceOrientationTextOverlay : public MprImageToolFocusedSliceTextOverlay*
    
    
    public ref class MprSliceOrientationTextOverlay : public MprImageToolFocusedSliceTextOverlay^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.TextOverlay
          Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools.DicomMprToolTextOverlay
             Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools.MprImageToolFocusedSliceTextOverlay
                Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools.MprSliceOrientationTextOverlay

    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