VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Utils Namespace / VintasoftImageDataWriter Class / VintasoftImageDataWriter Constructor(VintasoftImage,Int32)
Синтаксис Требования Смотрите также
В этом разделе
    VintasoftImageDataWriter Constructor(VintasoftImage,Int32)
    В этом разделе
    Инициализирует новый экземпляр класса VintasoftImageDataWriter.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal image
    VintasoftImage, в котором хранится изображение.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal lineLength
    Длина строки в байтах.
    As System.Int32 _
    )
    public VintasoftImageDataWriter(
    Vintasoft.Imaging.VintasoftImage image,
    System.Int32 lineLength
    )
    public: VintasoftImageDataWriter(
    Vintasoft.Imaging.VintasoftImage* image,
    System.Int32 lineLength
    )
    public:
    VintasoftImageDataWriter(
    Vintasoft.Imaging.VintasoftImage^ image,
    System.Int32 lineLength
    )

    Parameters

    image
    VintasoftImage, в котором хранится изображение.
    lineLength
    Длина строки в байтах.
    Требования

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

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