Android.Graphics.Picture: Method Members

The methods of Android.Graphics.Picture are listed below. For a list of all members, see the Picture Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

BeginRecording(int, int) : Canvas
To record a picture, call beginRecording() and then draw into the Canvas that is returned.
static
CreateFromStream(System.IO.Stream) : Picture
Create a new picture (already recorded) from the data in the stream.
static
CreateFromStreamAsync(System.IO.Stream) : System.Threading.Tasks.Task<Picture>
Documentation for this section has not yet been entered.
Draw(Canvas)
Draw this picture on the canvas.
EndRecording()
Call endRecording when the picture is built.
WriteToStream(System.IO.Stream)
Write the picture contents to a stream.
WriteToStreamAsync(System.IO.Stream) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.