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
BeginRecording(int, int)To record a picture, call beginRecording() and then draw into the Canvas that is returned. | ||
static | CreateFromStream(System.IO.Stream)Create a new picture (already recorded) from the data in the stream. | |
static | CreateFromStreamAsync(System.IO.Stream)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)Documentation for this section has not yet been entered. |