Path.MoveTo(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.
Set the beginning of the next contour to the point (x,y).
[Android.Runtime.Register("moveTo", "(FF)V", "GetMoveTo_FFHandler")]
public virtual void MoveTo (float x, float y);
[<Android.Runtime.Register("moveTo", "(FF)V", "GetMoveTo_FFHandler")>]
abstract member MoveTo : single * single -> unit
override this.MoveTo : single * single -> unit
Parameters
- x
- Single
The x-coordinate of the start of a new contour
- y
- Single
The y-coordinate of the start of a new contour
- Attributes
Remarks
Set the beginning of the next contour to the point (x,y).
Java documentation for android.graphics.Path.moveTo(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.