Writes a specified number of bytes into the stream object starting at the current seek pointer.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Sub Write ( _ pv As Byte(), _ cb As Integer, _ pcbWritten As IntPtr _ )
Type: System.Byte []
Buffer to write this stream to.Type: System.Int32
The number of bytes to write into the stream.Type: System.IntPtr
On successful return, contains the actual number of bytes written to the stream object. The caller can set this pointer to a null reference (Nothing in Visual Basic), in which case this method does not provide the actual number of bytes written.