Path.SetLastPoint(Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the last point of the path.
[Android.Runtime.Register("setLastPoint", "(FF)V", "GetSetLastPoint_FFHandler")]
public virtual void SetLastPoint (float dx, float dy);
[<Android.Runtime.Register("setLastPoint", "(FF)V", "GetSetLastPoint_FFHandler")>]
abstract member SetLastPoint : single * single -> unit
override this.SetLastPoint : single * single -> unit
Parameters
- dx
- Single
The new X coordinate for the last point
- dy
- Single
The new Y coordinate for the last point
- Attributes
Remarks
Sets the last point of the path.
Java documentation for android.graphics.Path.setLastPoint(float, float)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.