UIImage.GetImageFlippedForRightToLeftLayoutDirection Method

Definition

Developers can override this method to provide an appropriate image for left-to-right layouts.

[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

Returns

The default value is the original image. (Not mirrored or transformed in any way.)

Attributes

Applies to