다음을 통해 공유


ICanvas.DrawImage(IImage, Single, Single, Single, Single) 메서드

정의

캔버스에 이미지를 그립니다.

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)

매개 변수

image
IImage

표시할 이미지

x
Single

왼쪽 위 모서리 x 좌표입니다.

y
Single

왼쪽 위 모서리 y 좌표입니다.

width
Single

이미지의 너비.

height
Single

이미지의 높이.

적용 대상