VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / GdiExtensions Class / GetBarcodeAsGraphicsPath(BarcodeWriter) Method
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    GetBarcodeAsGraphicsPath(BarcodeWriter) Метод (GdiExtensions)
    В этом разделе
    Возвращает штрих-код как System.Drawing.Drawing2D.GraphicsPath.
    Синтаксис
    'Declaration
    
    <ExtensionAttribute()>
    Public Shared Function GetBarcodeAsGraphicsPath( _
    ByVal barcodeWriter
    Генератор штрих-кода.
    As BarcodeWriter _
    ) As System.Drawing.Drawing2D.GraphicsPath
    [Extension()]
    public static System.Drawing.Drawing2D.GraphicsPath GetBarcodeAsGraphicsPath(
    BarcodeWriter barcodeWriter
    )
    [Extension()]
    public: static System.Drawing.Drawing2D.GraphicsPath* GetBarcodeAsGraphicsPath(
    BarcodeWriter* barcodeWriter
    )
    [Extension()]
    public:
    static System.Drawing.Drawing2D.GraphicsPath^ GetBarcodeAsGraphicsPath(
    BarcodeWriter^ barcodeWriter
    )

    Parameters

    barcodeWriter
    Генератор штрих-кода.

    Return Value

    Штрих-код как System.Drawing.Drawing2D.GraphicsPath.
    Ремарки

    Этот метод игнорирует значения свойств:

    Требования

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

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