Android.Graphics.Picture Members

The members of Android.Graphics.Picture are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates an empty picture that is ready to record.
Create a picture by making a copy of what has already been recorded in src.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Heightint. Get the height of the picture as passed to beginRecording.
[read-only]
Widthint. Get the width of the picture as passed to beginRecording.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.