NSGradient.DrawInRect 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
DrawInRect(CGRect, CGPoint) | |
DrawInRect(CGRect, nfloat) |
DrawInRect(CGRect, CGPoint)
[Foundation.Export("drawInRect:relativeCenterPosition:")]
public virtual void DrawInRect (CoreGraphics.CGRect rect, CoreGraphics.CGPoint relativeCenterPosition);
abstract member DrawInRect : CoreGraphics.CGRect * CoreGraphics.CGPoint -> unit
override this.DrawInRect : CoreGraphics.CGRect * CoreGraphics.CGPoint -> unit
Paramètres
- rect
- CGRect
- relativeCenterPosition
- CGPoint
- Attributs
S’applique à
DrawInRect(CGRect, nfloat)
[Foundation.Export("drawInRect:angle:")]
public virtual void DrawInRect (CoreGraphics.CGRect rect, nfloat angle);
abstract member DrawInRect : CoreGraphics.CGRect * nfloat -> unit
override this.DrawInRect : CoreGraphics.CGRect * nfloat -> unit
Paramètres
- rect
- CGRect
- angle
- nfloat
- Attributs