Rect.ToShortString Method

Definition

Return a string representation of the rectangle in a compact form.

[Android.Runtime.Register("toShortString", "()Ljava/lang/String;", "")]
public string ToShortString ();
[<Android.Runtime.Register("toShortString", "()Ljava/lang/String;", "")>]
member this.ToShortString : unit -> string

Returns

Attributes

Remarks

Return a string representation of the rectangle in a compact form.

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