VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / GdiConverter Class / Convert Methods / Convert(TextFont) Method
Синтаксис Требования Смотрите также
В этом разделе
    Convert(TextFont) Метод (GdiConverter)
    В этом разделе
    Преобразует указанный TextFont в System.Drawing.Font. Право собственности на font передается, поэтому вызывающая сторона не должна ссылаться на него снова.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function Convert( _
    ByVal font
    Шрифт.
    As Vintasoft.Barcode.TextRendering.TextFont _
    ) As System.Drawing.Font
    public static System.Drawing.Font Convert(
    Vintasoft.Barcode.TextRendering.TextFont font
    )
    public: static System.Drawing.Font Convert(
    Vintasoft.Barcode.TextRendering.TextFont* font
    )
    public:
    static System.Drawing.Font Convert(
    Vintasoft.Barcode.TextRendering.TextFont^ font
    )

    Parameters

    font
    Шрифт.

    Return Value

    Новый экземпляр System.Drawing.Bitmap.
    Требования

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

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