次の方法で共有


BidirectionalTypeConverter.Invert Method

Definition

Returns the inverse of this converter, where the from and to classes are reversed.

[Android.Runtime.Register("invert", "()Landroid/animation/BidirectionalTypeConverter;", "GetInvertHandler")]
public virtual Android.Animation.BidirectionalTypeConverter? Invert ();
[<Android.Runtime.Register("invert", "()Landroid/animation/BidirectionalTypeConverter;", "GetInvertHandler")>]
abstract member Invert : unit -> Android.Animation.BidirectionalTypeConverter
override this.Invert : unit -> Android.Animation.BidirectionalTypeConverter

Returns

The inverse of this converter, where the from and to classes are reversed.

Attributes

Remarks

Returns the inverse of this converter, where the from and to classes are reversed. The inverted converter uses this convert to call #convertBack(Object) for #convert(Object) calls and #convert(Object) for #convertBack(Object) calls.

Java documentation for android.animation.BidirectionalTypeConverter.invert().

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.

Applies to