NSGradient.DrawInBezierPath Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- path
- NSBezierPath
- relativeCenterPosition
- CGPoint
- Attributs
S’applique à
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
Paramètres
- path
- NSBezierPath
- angle
- nfloat
- Attributs