System::Drawing::Drawing2D::GraphicsPath::AddRectangle メソッド

GraphicsPath::AddRectangle(const Rectangle&) method

指定された矩形を、現在のオブジェクトが表すパスに追加します。

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
パラメーター説明
rectconst Rectangle&追加する矩形

参照

GraphicsPath::AddRectangle(const RectangleF&) method

指定された矩形を、現在のオブジェクトが表すパスに追加します。

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
パラメーター説明
rectconst RectangleF&追加する矩形

参照