PdfAnnotation.RemoveBezierPath Method

Definition

Overloads

RemoveBezierPath(NSBezierPath)

C#
[Foundation.Export("removeBezierPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveBezierPath(AppKit.NSBezierPath path);

Parameters

Attributes

Applies to

Xamarin.Mac SDK 14
Producto Versiones
Xamarin.Mac SDK 14

RemoveBezierPath(UIBezierPath)

C#
[Foundation.Export("removeBezierPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveBezierPath(UIKit.UIBezierPath path);

Parameters

Attributes

Applies to