Android.Transitions.PatternPathMotion Members

The members of Android.Transitions.PatternPathMotion are listed below.

See Also: Inherited members from Android.Transitions.PathMotion

Public Constructors

Constructs a PatternPathMotion with a straight-line pattern.
Creates a PatternPathMotion with the Path defining a pattern of motion between two coordinates.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

PatternPathAndroid.Graphics.Path. Returns the Path defining a pattern of motion between two coordinates.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
GetPath(float, float, float, float) : Android.Graphics.Path
Provide a Path to interpolate between two points (startX, startY) and (endX, endY).