RenderNode.SetTranslationZ(Single) Method

Definition

Sets the translation value for the display list on the Z axis.

[Android.Runtime.Register("setTranslationZ", "(F)Z", "", ApiSince=29)]
public bool SetTranslationZ (float translationZ);
[<Android.Runtime.Register("setTranslationZ", "(F)Z", "", ApiSince=29)>]
member this.SetTranslationZ : single -> bool

Parameters

translationZ
Single

Returns

True if the value changed, false if the new value was the same as the previous value.

Attributes

Remarks

Sets the translation value for the display list on the Z axis.

Java documentation for android.graphics.RenderNode.setTranslationZ(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.

Applies to