次の方法で共有


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

パラメーター

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

パラメーター

angle
nfloat
属性

適用対象