PatternPathMotion.GetPath(Single, Single, 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.
Provide a Path to interpolate between two points (startX, startY)
and
(endX, endY)
.
[Android.Runtime.Register("getPath", "(FFFF)Landroid/graphics/Path;", "GetGetPath_FFFFHandler")]
public override Android.Graphics.Path? GetPath (float startX, float startY, float endX, float endY);
[<Android.Runtime.Register("getPath", "(FFFF)Landroid/graphics/Path;", "GetGetPath_FFFFHandler")>]
override this.GetPath : single * single * single * single -> Android.Graphics.Path
Parameters
- startX
- Single
The x coordinate of the starting point.
- startY
- Single
The y coordinate of the starting point.
- endX
- Single
The x coordinate of the ending point.
- endY
- Single
The y coordinate of the ending point.
Returns
- Attributes
Remarks
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.