NSGradient.DrawInBezierPath 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
- 属性