GestureStroke.ComputeOrientedBoundingBox 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.
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.