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