Android.Graphics.Picture.CreateFromStream Method
Create a new picture (already recorded) from the data in the stream.

Syntax

[Android.Runtime.Register("createFromStream", "(Ljava/io/InputStream;)Landroid/graphics/Picture;", "")]
[System.Obsolete("deprecated")]
public static Picture CreateFromStream (System.IO.Stream stream)

See Also

Picture.WriteToStream(System.IO.Stream)

Parameters

stream
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new picture (already recorded) from the data in the stream. This data was generated by a previous call to writeToStream(). Pictures that have been persisted across device restarts are not guaranteed to decode properly and are highly discouraged.

Note: a picture created from an input stream cannot be replayed on a hardware accelerated canvas.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1