Camera.Parameters.PictureFormat Property

Definition

Caution

deprecated

Returns the image format for pictures.

[System.Obsolete("deprecated")]
public virtual Android.Graphics.ImageFormatType PictureFormat { [Android.Runtime.Register("getPictureFormat", "()I", "GetGetPictureFormatHandler")] get; [Android.Runtime.Register("setPictureFormat", "(I)V", "GetSetPictureFormat_IHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getPictureFormat", "()I", "GetGetPictureFormatHandler")>]
[<set: Android.Runtime.Register("setPictureFormat", "(I)V", "GetSetPictureFormat_IHandler")>]
member this.PictureFormat : Android.Graphics.ImageFormatType with get, set

Property Value

ImageFormatType
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also