Path.IncReserve(Int32) 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.
Hint to the path to prepare for adding more points.
[Android.Runtime.Register("incReserve", "(I)V", "GetIncReserve_IHandler")]
public virtual void IncReserve (int extraPtCount);
[<Android.Runtime.Register("incReserve", "(I)V", "GetIncReserve_IHandler")>]
abstract member IncReserve : int -> unit
override this.IncReserve : int -> unit
Parameters
- extraPtCount
- Int32
The number of extra points that may be added to this path
- Attributes
Remarks
Hint to the path to prepare for adding more points. This can allow the path to more efficiently allocate its storage.
Java documentation for android.graphics.Path.incReserve(int)
.
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.