Android.Graphics.Path.ComputeBounds Method
Compute the bounds of the control points of the path, and write the answer into bounds.

Syntax

[Android.Runtime.Register("computeBounds", "(Landroid/graphics/RectF;Z)V", "GetComputeBounds_Landroid_graphics_RectF_ZHandler")]
public virtual void ComputeBounds (RectF bounds, bool exact)

Parameters

bounds
Returns the computed bounds of the path's control points.
exact
This parameter is no longer used.

Remarks

Compute the bounds of the control points of the path, and write the answer into bounds. If the path contains 0 or 1 points, the bounds is set to (0,0,0,0)

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1