Sets the last point of the path.
Syntax
[Android.Runtime.Register("setLastPoint", "(FF)V", "GetSetLastPoint_FFHandler")]
public virtual
void SetLastPoint (
float dx,
float dy)
Parameters
- dx
- The new X coordinate for the last point
- dy
- The new Y coordinate for the last point
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1