Android.Graphics.Path.IsRect Method
Returns true if the path specifies a rectangle.

Syntax

[Android.Runtime.Register("isRect", "(Landroid/graphics/RectF;)Z", "GetIsRect_Landroid_graphics_RectF_Handler")]
public virtual bool IsRect (RectF rect)

Parameters

rect
If not null, returns the bounds of the path if it specifies a rectangle

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the path specifies a rectangle. If so, and if rect is not null, set rect to the bounds of the path. If the path does not specify a rectangle, return false and ignore rect.

[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