このドキュメントで角丸四角形を描画します。
シンタックス
'宣言
Public Overloads Sub DrawRectangle( _
ByVal As Pen, _
ByVal As Windows.Foundation.Rect, _
ByVal As Windows.Foundation.Size _
)
public void DrawRectangle(
Pen ,
Windows.Foundation.Rect ,
Windows.Foundation.Size
)
パラメータ
- pen
- 描画するペン。
- rc
- 描画する四角形。
- corners
- 頂点の半径。
参照