NSGradient.DrawInBezierPath 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
DrawInBezierPath(NSBezierPath, CGPoint) | |
DrawInBezierPath(NSBezierPath, nfloat) |
DrawInBezierPath(NSBezierPath, CGPoint)
[Foundation.Export("drawInBezierPath:relativeCenterPosition:")]
public virtual void DrawInBezierPath (AppKit.NSBezierPath path, CoreGraphics.CGPoint relativeCenterPosition);
abstract member DrawInBezierPath : AppKit.NSBezierPath * CoreGraphics.CGPoint -> unit
override this.DrawInBezierPath : AppKit.NSBezierPath * CoreGraphics.CGPoint -> unit
Parameters
- path
- NSBezierPath
- relativeCenterPosition
- CGPoint
- Attributes
Applies to
DrawInBezierPath(NSBezierPath, nfloat)
[Foundation.Export("drawInBezierPath:angle:")]
public virtual void DrawInBezierPath (AppKit.NSBezierPath path, nfloat angle);
abstract member DrawInBezierPath : AppKit.NSBezierPath * nfloat -> unit
override this.DrawInBezierPath : AppKit.NSBezierPath * nfloat -> unit
Parameters
- path
- NSBezierPath
- angle
- nfloat
- Attributes