SKData.AsStream Method

Definition

Overloads

AsStream()

Wraps the SKData as a Stream.

AsStream(Boolean)

Wraps the SKData as a Stream.

AsStream()

Wraps the SKData as a Stream.

public System.IO.Stream AsStream ();

Returns

Returns the new Stream.

Applies to

AsStream(Boolean)

Wraps the SKData as a Stream.

public System.IO.Stream AsStream (bool streamDisposesData);

Parameters

streamDisposesData
Boolean

Whether or not to dispose the data object when the stream is disposed.

Returns

Returns the new Stream.

Applies to