Android.Graphics.Path.IsConvex Property
Returns the path's convexity, as defined by the content of the path.

Syntax

[get: Android.Runtime.Register("isConvex", "()Z", "GetIsConvexHandler")]
public virtual bool IsConvex { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the path's convexity, as defined by the content of the path.

A path is convex if it has a single contour, and only ever curves in a single direction.

This function will calculate the convexity of the path from its control points, and cache the result.

[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