'Declaration Public Function New( _
ByVal bufferByte array that stores an image.() As Byte, _
ByVal lineLengthLength of image line.As System.Int32 _
)
public BufferImageDataWriter(
byte[] buffer,
System.Int32 lineLength
)
public: BufferImageDataWriter(
byte[]* buffer,
System.Int32 lineLength
)
public:
BufferImageDataWriter(
array<byte>^ buffer,
System.Int32 lineLength
)
Parameters
- buffer
- Byte array that stores an image.
- lineLength
- Length of image line.