UIImage.GetImageFlippedForRightToLeftLayoutDirection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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