VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / PixelManipulator Class / WriteRowAndMoveToNext Methods / WriteRowAndMoveToNext(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    WriteRowAndMoveToNext(Int32) Method (PixelManipulator)
    In This Topic
    Writes the row data from buffer to image data and move pointer to next row.
    Syntax
    'Declaration
    
    Public Overloads Sub WriteRowAndMoveToNext( _
    ByVal count
    Count of bytes from buffer to write.
    As System.Int32 _
    )
    public void WriteRowAndMoveToNext(
    System.Int32 count
    )
    public: void WriteRowAndMoveToNext(
    System.Int32 count
    )
    public:
    void WriteRowAndMoveToNext(
    System.Int32 count
    )

    Parameters

    count
    Count of bytes from buffer to write.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also