Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.Byte []
On successful return, contains the data read frtom the stream.Type: System.Int32
The number of bytes to read from the stream object.Type: System.IntPtr
Pointer to a ULONG variable that receives the actual number of bytes read from the stream object.