Share via


Camera.Parameters.SupportedPictureSizes Property

Definition

Caution

deprecated

Gets the supported picture sizes.

[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<Android.Hardware.Camera.Size>? SupportedPictureSizes { [Android.Runtime.Register("getSupportedPictureSizes", "()Ljava/util/List;", "GetGetSupportedPictureSizesHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedPictureSizes", "()Ljava/util/List;", "GetGetSupportedPictureSizesHandler")>]
member this.SupportedPictureSizes : System.Collections.Generic.IList<Android.Hardware.Camera.Size>

Property Value

a list of supported picture sizes. This method will always return a list with at least one element.

Attributes

Remarks

Gets the supported picture sizes.

Java documentation for android.hardware.Camera.Parameters.getSupportedPictureSizes().

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