Freigeben über


ICanvas.DrawImage(IImage, Single, Single, Single, Single) Methode

Definition

Zeichnet ein Bild auf dem Zeichenbereich.

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)

Parameter

image
IImage

Anzuzeigende Abbildung

x
Single

Koordinate oben links x .

y
Single

Koordinate oben links y .

width
Single

Breite des Bilds.

height
Single

Hohe des Bilds.

Gilt für: