Android.Gestures.GestureStroke.ToPath Method
Converts the stroke to a Path of a given number of points.

Syntax

[Android.Runtime.Register("toPath", "(FFI)Landroid/graphics/Path;", "GetToPath_FFIHandler")]
public virtual Android.Graphics.Path ToPath (float width, float height, int numSample)

Parameters

width
the width of the bounding box of the target path
height
the height of the bounding box of the target path
numSample
the number of points needed

Returns

Documentation for this section has not yet been entered.

Remarks

Converts the stroke to a Path of a given number of points.

[Android Documentation]

Requirements

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