UIBezierPath.BezierPathByReversingPath Method

Definition

Creates a new UIBezierPath whose path is the reverse of this UIBezierPath.

[Foundation.Export("bezierPathByReversingPath")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIBezierPath BezierPathByReversingPath ();
abstract member BezierPathByReversingPath : unit -> UIKit.UIBezierPath
override this.BezierPathByReversingPath : unit -> UIKit.UIBezierPath

Returns

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to