Android.Graphics.Path.RCubicTo Method
Same as cubicTo, but the coordinates are considered relative to the current point on this contour.

Syntax

[Android.Runtime.Register("rCubicTo", "(FFFFFF)V", "GetRCubicTo_FFFFFFHandler")]
public virtual void RCubicTo (float x1, float y1, float x2, float y2, float x3, float y3)

Parameters

x1
Documentation for this section has not yet been entered.
y1
Documentation for this section has not yet been entered.
x2
Documentation for this section has not yet been entered.
y2
Documentation for this section has not yet been entered.
x3
Documentation for this section has not yet been entered.
y3
Documentation for this section has not yet been entered.

Remarks

Same as cubicTo, but the coordinates are considered relative to the current point on this contour. If there is no previous point, then a moveTo(0,0) is inserted automatically.

[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