UIBezierPath.BezierPathByReversingPath 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.
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.