다음을 통해 공유


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

정의

둥근 모서리가 있는 사각형을 캔버스에 그립니다.

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

매개 변수

x
Single

시작 x 좌표입니다.

y
Single

시작 y 좌표입니다.

width
Single

사각형의 너비입니다.

height
Single

사각형의 높이입니다.

cornerRadius
Single

사각형의 모퉁이를 둥글게 하는 데 사용되는 반지름입니다.

적용 대상