CGContext.StrokeRectWithWidth(CGRect, nfloat) 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.
Caresse le rect
. La ligne s’étend sur la moitié de width
jusqu’à l’un ou l’autre côté du rect
périmètre.
public void StrokeRectWithWidth (CoreGraphics.CGRect rect, nfloat width);
member this.StrokeRectWithWidth : CoreGraphics.CGRect * nfloat -> unit
Paramètres
- rect
- CGRect
Rectangle à caresser.
- width
- nfloat
Largeur de la ligne tracée, en unités d’espace utilisateur.