ImageView.GetScaleType Method
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.
Returns the current ScaleType that is used to scale the bounds of an image to the bounds of the ImageView.
[Android.Runtime.Register("getScaleType", "()Landroid/widget/ImageView$ScaleType;", "GetGetScaleTypeHandler")]
public virtual Android.Widget.ImageView.ScaleType? GetScaleType ();
[<Android.Runtime.Register("getScaleType", "()Landroid/widget/ImageView$ScaleType;", "GetGetScaleTypeHandler")>]
abstract member GetScaleType : unit -> Android.Widget.ImageView.ScaleType
override this.GetScaleType : unit -> Android.Widget.ImageView.ScaleType
Returns
The ScaleType used to scale the image.
- Attributes
Remarks
Java documentation for android.widget.ImageView.getScaleType()
.
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.