다음을 통해 공유


UIImage.GetImageFlippedForRightToLeftLayoutDirection 메서드

정의

개발자는 이 메서드를 재정의하여 왼쪽에서 오른쪽 레이아웃에 적합한 이미지를 제공할 수 있습니다.

[Foundation.Export("imageFlippedForRightToLeftLayoutDirection")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetImageFlippedForRightToLeftLayoutDirection ();
abstract member GetImageFlippedForRightToLeftLayoutDirection : unit -> UIKit.UIImage
override this.GetImageFlippedForRightToLeftLayoutDirection : unit -> UIKit.UIImage

반환

기본값은 원래 이미지입니다. (어떤 방식으로든 미러링되거나 변환되지 않습니다.)

특성

적용 대상