Share via


NSGradient.DrawInBezierPath Method

Definition

Overloads

DrawInBezierPath(NSBezierPath, CGPoint)

[Foundation.Export("drawInBezierPath:relativeCenterPosition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawInBezierPath(AppKit.NSBezierPath path, CoreGraphics.CGPoint relativeCenterPosition);
[<Foundation.Export("drawInBezierPath:relativeCenterPosition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawInBezierPath : AppKit.NSBezierPath * CoreGraphics.CGPoint -> unit
override this.DrawInBezierPath : AppKit.NSBezierPath * CoreGraphics.CGPoint -> unit

Parameters

relativeCenterPosition
CGPoint
Attributes

Applies to

DrawInBezierPath(NSBezierPath, NFloat)

[Foundation.Export("drawInBezierPath:angle:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawInBezierPath(AppKit.NSBezierPath path, System.Runtime.InteropServices.NFloat angle);
[<Foundation.Export("drawInBezierPath:angle:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawInBezierPath : AppKit.NSBezierPath * System.Runtime.InteropServices.NFloat -> unit
override this.DrawInBezierPath : AppKit.NSBezierPath * System.Runtime.InteropServices.NFloat -> unit

Parameters

angle
NFloat
Attributes

Applies to