NSGradient.DrawInBezierPath Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- path
- NSBezierPath
- relativeCenterPosition
- CGPoint
- Атрибуты
Применяется к
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
Параметры
- path
- NSBezierPath
- angle
- nfloat
- Атрибуты