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