다음을 통해 공유


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
특성

적용 대상