RenderNode.SetPivotX(Single) Method

Definition

Sets the pivot value for the display list on the X axis

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

Parameters

pivotX
Single

The pivot value of the display list on the X axis, in pixels

Returns

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

Attributes

Remarks

Sets the pivot value for the display list on the X axis

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