Freigeben über


UIImage.GetImageFlippedForRightToLeftLayoutDirection Methode

Definition

Entwickler können diese Methode überschreiben, um ein geeignetes Bild für Layouts von links nach rechts bereitzustellen.

[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

Gibt zurück

Der Standardwert ist das originale Bild. (In keiner Weise gespiegelt oder transformiert.)

Attribute

Gilt für: