Matrix.ScaleToFit.Center Property

Definition

Compute a scale that will maintain the original src aspect ratio, but will also ensure that src fits entirely inside dst.

[Android.Runtime.Register("CENTER")]
public static Android.Graphics.Matrix.ScaleToFit Center { get; }
[<Android.Runtime.Register("CENTER")>]
static member Center : Android.Graphics.Matrix.ScaleToFit

Property Value

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