The members of Android.Graphics.Picture are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |