VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI Namespace / DicomSeriesManagerTextLine Class / DicomSeriesManagerTextLine Constructors / DicomSeriesManagerTextLine Constructor(String,Nullable<Color>,Font)
Syntax Requirements SeeAlso
In This Topic
    DicomSeriesManagerTextLine Constructor(String,Nullable<Color>,Font)
    In This Topic
    Initializes a new instance of the DicomSeriesManagerTextLine class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal format
    The text format.
    As System.String, _
    ByVal textColor
    The text color.
    As System.Nullable(Of Color), _
    ByVal font
    The font.
    As System.Drawing.Font _
    )
    public DicomSeriesManagerTextLine(
    System.String format,
    System.Nullable<Color> textColor,
    System.Drawing.Font font
    )
    public: DicomSeriesManagerTextLine(
    System.String format,
    System.Nullable<Color*>* textColor,
    System.Drawing.Font font
    )
    public:
    DicomSeriesManagerTextLine(
    System.String format,
    System.Nullable<Color^>^ textColor,
    System.Drawing.Font font
    )

    Parameters

    format
    The text format.
    textColor
    The text color.
    font
    The font.
    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