PdfAnnotation.RemoveBezierPath 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.
Overloads
RemoveBezierPath(NSBezierPath) | |
RemoveBezierPath(UIBezierPath) |
RemoveBezierPath(NSBezierPath)
[Foundation.Export("removeBezierPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveBezierPath (AppKit.NSBezierPath path);
abstract member RemoveBezierPath : AppKit.NSBezierPath -> unit
override this.RemoveBezierPath : AppKit.NSBezierPath -> unit
Parameters
- path
- NSBezierPath
- Attributes
Applies to
RemoveBezierPath(UIBezierPath)
[Foundation.Export("removeBezierPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveBezierPath (UIKit.UIBezierPath path);
abstract member RemoveBezierPath : UIKit.UIBezierPath -> unit
override this.RemoveBezierPath : UIKit.UIBezierPath -> unit
Parameters
- path
- UIBezierPath
- Attributes