다음을 통해 공유


ICanvas.DrawRectangle(Single, Single, Single, Single) 메서드

정의

캔버스에 사각형을 그립니다.

public:
 void DrawRectangle(float x, float y, float width, float height);
public void DrawRectangle (float x, float y, float width, float height);
abstract member DrawRectangle : single * single * single * single -> unit
Public Sub DrawRectangle (x As Single, y As Single, width As Single, height As Single)

매개 변수

x
Single

시작 x 좌표입니다.

y
Single

시작 y 좌표입니다.

width
Single

사각형의 너비입니다.

height
Single

사각형의 높이입니다.

적용 대상