Transformation.ToShortString 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.
Return a string representation of the transformation in a compact form.
[Android.Runtime.Register("toShortString", "()Ljava/lang/String;", "GetToShortStringHandler")]
public virtual string? ToShortString ();
[<Android.Runtime.Register("toShortString", "()Ljava/lang/String;", "GetToShortStringHandler")>]
abstract member ToShortString : unit -> string
override this.ToShortString : unit -> string
Returns
- Attributes
Remarks
Return a string representation of the transformation in a compact form.
Java documentation for android.view.animation.Transformation.toShortString()
.
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.