Android.Graphics.Path.RMoveTo Method
Set the beginning of the next contour relative to the last point on the previous contour.

Syntax

[Android.Runtime.Register("rMoveTo", "(FF)V", "GetRMoveTo_FFHandler")]
public virtual void RMoveTo (float dx, float dy)

Parameters

dx
The amount to add to the x-coordinate of the end of the previous contour, to specify the start of a new contour
dy
The amount to add to the y-coordinate of the end of the previous contour, to specify the start of a new contour

Remarks

Set the beginning of the next contour relative to the last point on the previous contour. If there is no previous contour, this is treated the same as moveTo().

[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