GraphicsStream.Read Method ()
Reads from the current stream and advances the position within it by the number of bytes read.
public string Read(bool); public override int Read(byte[], int, int); public ValueType Read(Type); public Array Read(Type, int[]);
Exceptions
NotSupportedException ![]()
Unable to read from the stream buffer, or there is no data to read. ArgumentException ![]()
One of the parameters is invalid, the stream buffer is not large enough to hold the requested data, or ranks is greater than three.
Show:
