Partager via


ICanvas.DrawImage(IImage, Single, Single, Single, Single) Méthode

Définition

Dessine une image sur le canevas.

public:
 void DrawImage(Microsoft::Maui::Graphics::IImage ^ image, float x, float y, float width, float height);
public void DrawImage (Microsoft.Maui.Graphics.IImage image, float x, float y, float width, float height);
abstract member DrawImage : Microsoft.Maui.Graphics.IImage * single * single * single * single -> unit
Public Sub DrawImage (image As IImage, x As Single, y As Single, width As Single, height As Single)

Paramètres

image
IImage

Image à afficher

x
Single

Coordonnée du coin x supérieur gauche.

y
Single

Coordonnée du coin y supérieur gauche.

width
Single

Largeur de l’image.

height
Single

Hauteur de l’image.

S’applique à