Camera.Parameters.SupportedPictureSizes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.