PdfAnnotation.RemoveBezierPath Method

Definition

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

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

Attributes

Applies to