Share via


PdfAnnotation.RemoveBezierPath Method

Definition

Overloads

RemoveBezierPath(NSBezierPath)

[Foundation.Export("removeBezierPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveBezierPath(AppKit.NSBezierPath path);
[<Foundation.Export("removeBezierPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveBezierPath : AppKit.NSBezierPath -> unit
override this.RemoveBezierPath : AppKit.NSBezierPath -> unit

Parameters

Attributes

Applies to

RemoveBezierPath(UIBezierPath)

[Foundation.Export("removeBezierPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveBezierPath(UIKit.UIBezierPath path);
[<Foundation.Export("removeBezierPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveBezierPath : UIKit.UIBezierPath -> unit
override this.RemoveBezierPath : UIKit.UIBezierPath -> unit

Parameters

Attributes

Applies to