GestureStroke.ComputeOrientedBoundingBox Method

Definition

Computes an oriented bounding box of the stroke.

[Android.Runtime.Register("computeOrientedBoundingBox", "()Landroid/gesture/OrientedBoundingBox;", "GetComputeOrientedBoundingBoxHandler")]
public virtual Android.Gestures.OrientedBoundingBox? ComputeOrientedBoundingBox ();
[<Android.Runtime.Register("computeOrientedBoundingBox", "()Landroid/gesture/OrientedBoundingBox;", "GetComputeOrientedBoundingBoxHandler")>]
abstract member ComputeOrientedBoundingBox : unit -> Android.Gestures.OrientedBoundingBox
override this.ComputeOrientedBoundingBox : unit -> Android.Gestures.OrientedBoundingBox

Returns

OrientedBoundingBox

Attributes

Remarks

Computes an oriented bounding box of the stroke.

Java documentation for android.gesture.GestureStroke.computeOrientedBoundingBox().

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