Android.Graphics.Interpolator.SetRepeatMirror Method
Set a repeat count (which may be fractional) for the interpolator, and whether the interpolator should mirror its repeats.

Syntax

[Android.Runtime.Register("setRepeatMirror", "(FZ)V", "GetSetRepeatMirror_FZHandler")]
public virtual void SetRepeatMirror (float repeatCount, bool mirror)

Parameters

repeatCount
Documentation for this section has not yet been entered.
mirror
Documentation for this section has not yet been entered.

Remarks

Set a repeat count (which may be fractional) for the interpolator, and whether the interpolator should mirror its repeats. The default settings are repeatCount = 1, and mirror = false.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1