CGContext.DrawLayer 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
DrawLayer(CGLayer, CGPoint) |
Dessine une couche dans le contexte graphique au point spécifié. |
DrawLayer(CGLayer, CGRect) |
Dessine un calque dans le contexte graphique délimité par le rectangle spécifié. |
DrawLayer(CGLayer, CGPoint)
Dessine une couche dans le contexte graphique au point spécifié.
public void DrawLayer (CoreGraphics.CGLayer layer, CoreGraphics.CGPoint point);
member this.DrawLayer : CoreGraphics.CGLayer * CoreGraphics.CGPoint -> unit
Paramètres
- layer
- CGLayer
Couche à dessiner.
- point
- CGPoint
Point dans l’espace utilisateur où dessiner le calque.
S’applique à
DrawLayer(CGLayer, CGRect)
Dessine un calque dans le contexte graphique délimité par le rectangle spécifié.
public void DrawLayer (CoreGraphics.CGLayer layer, CoreGraphics.CGRect rect);
member this.DrawLayer : CoreGraphics.CGLayer * CoreGraphics.CGRect -> unit
Paramètres
- layer
- CGLayer
Couche à dessiner.
- rect
- CGRect
Zone englobante dans l’espace utilisateur dans laquelle dessiner le calque.