Android.Transitions.PathMotion.GetPath Method
Provide a Path to interpolate between two points (startX, startY) and (endX, endY).

Syntax

[Android.Runtime.Register("getPath", "(FFFF)Landroid/graphics/Path;", "GetGetPath_FFFFHandler")]
public abstract Android.Graphics.Path GetPath (float startX, float startY, float endX, float endY)

Parameters

startX
The x coordinate of the starting point.
startY
The y coordinate of the starting point.
endX
The x coordinate of the ending point.
endY
The y coordinate of the ending point.

Returns

Documentation for this section has not yet been entered.

Remarks

Provide a Path to interpolate between two points (startX, startY) and (endX, endY). This allows controlled curved motion along two dimensions.

[Android Documentation]

Requirements

Namespace: Android.Transitions
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0