Android.Graphics.Path.IncReserve Method
Hint to the path to prepare for adding more points.

Syntax

[Android.Runtime.Register("incReserve", "(I)V", "GetIncReserve_IHandler")]
public virtual void IncReserve (int extraPtCount)

Parameters

extraPtCount
The number of extra points that may be added to this path

Remarks

Hint to the path to prepare for adding more points. This can allow the path to more efficiently allocate its storage.

[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