Drawable.OnLayoutDirectionChanged(Int32) 메서드

정의

그리기 가능 개체의 확인된 레이아웃 방향이 변경될 때 호출됩니다.

[Android.Runtime.Register("onLayoutDirectionChanged", "(I)Z", "GetOnLayoutDirectionChanged_IHandler", ApiSince=23)]
public virtual bool OnLayoutDirectionChanged (int layoutDirection);
[<Android.Runtime.Register("onLayoutDirectionChanged", "(I)Z", "GetOnLayoutDirectionChanged_IHandler", ApiSince=23)>]
abstract member OnLayoutDirectionChanged : int -> bool
override this.OnLayoutDirectionChanged : int -> bool

매개 변수

layoutDirection
Int32

해결된 새 레이아웃 방향

반환

true 레이아웃 방향 변경으로 인해 그리기 가능 항목의 모양이 변경되어 다시 그려야 하는 경우 이고, false 그렇지 않으면

특성

설명

그리기 가능 개체의 확인된 레이아웃 방향이 변경될 때 호출됩니다.

에 대한 Java 설명서입니다 android.graphics.drawable.Drawable.onLayoutDirectionChanged(int).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상