GraphicsStream.Write Method ()
Writes to the current stream and advances the current position within it by the number of bytes written.
public void Write(Array); public override void Write(byte[], int, int); public void Write(string); public void Write(string, bool); public void Write(ValueType);
Exceptions
NotSupportedException ![]()
Unable to write to the stream buffer, or there is no data to write. 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:
