Partager via


CGContext.DrawLayer Méthode

Définition

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.

S’applique à