Android.Graphics.Path.RLineTo Method
Same as lineTo, but the coordinates are considered relative to the last point on this contour.

Syntax

[Android.Runtime.Register("rLineTo", "(FF)V", "GetRLineTo_FFHandler")]
public virtual void RLineTo (float dx, float dy)

Parameters

dx
The amount to add to the x-coordinate of the previous point on this contour, to specify a line
dy
The amount to add to the y-coordinate of the previous point on this contour, to specify a line

Remarks

Same as lineTo, but the coordinates are considered relative to the last 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