ContentResolver.ExtraSize Field

Definition

An extra Point describing the optimal size for a requested image resource, in pixels.

[Android.Runtime.Register("EXTRA_SIZE")]
public const string ExtraSize;
[<Android.Runtime.Register("EXTRA_SIZE")>]
val mutable ExtraSize : string

Field Value

Attributes

Remarks

An extra Point describing the optimal size for a requested image resource, in pixels. If a provider has multiple sizes of the image, it should return the image closest to this size.

Java documentation for android.content.ContentResolver.EXTRA_SIZE.

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

  • <xref:Android.Content.ContentResolver.OpenTypedAssetFileDescriptor(Android.Net.Uri%2c+System.String%2c+System.String)>
  • <xref:Android.Content.ContentResolver.OpenTypedAssetFileDescriptor(Android.Net.Uri%2c+System.String%2c+System.String%2c+System.String)>