'宣言 Sub DrawRectangle( _ ByVal bounds As Windows.Foundation.Rect, _ ByVal strokeThickness As System.Integer, _ ByVal stroke As Windows.UI.Color _ )
void DrawRectangle( Windows.Foundation.Rect bounds, System.int strokeThickness, Windows.UI.Color stroke )
パラメータ
- bounds
- 描画する四角形。
- strokeThickness
- ストロークの太さ。
- stroke
- ストロークの色。