RectF.ToShortString Method

Definition

Return a string representation of the rectangle 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 rectangle in a compact form.

Java documentation for android.graphics.RectF.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.

Applies to