System::Drawing::Drawing2D::GraphicsPath::AddRectangle 方法

GraphicsPath::AddRectangle(const Rectangle&) method

将指定的矩形添加到当前对象表示的路径中。

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
ParameterType描述
rectconst Rectangle&要添加的矩形

另见

GraphicsPath::AddRectangle(const RectangleF&) method

将指定的矩形添加到当前对象表示的路径中。

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
ParameterType描述
rectconst RectangleF&要添加的矩形

另见