VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Drawing Namespace / VintasoftFontProperties Class / VintasoftFontProperties Constructors / VintasoftFontProperties Constructor(String,Double,VintasoftColor)
Синтаксис Требования Смотрите также
В этом разделе
    VintasoftFontProperties Constructor(String,Double,VintasoftColor)
    В этом разделе
    Инициализирует новый экземпляр класса VintasoftFontProperties.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal name
    Имя шрифта.
    As System.String, _
    ByVal color
    Цвет шрифта.
    As Double, _
    ByVal size
    Размер шрифта в пунктах.
    As Vintasoft.Primitives.VintasoftColor _
    )
    public VintasoftFontProperties(
    System.String name,
    double color,
    Vintasoft.Primitives.VintasoftColor size
    )
    public: VintasoftFontProperties(
    System.String name,
    double color,
    Vintasoft.Primitives.VintasoftColor size
    )
    public:
    VintasoftFontProperties(
    System.String name,
    double color,
    Vintasoft.Primitives.VintasoftColor size
    )

    Parameters

    name
    Имя шрифта.
    color
    Цвет шрифта.
    size
    Размер шрифта в пунктах.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также