System::Drawing::Drawing2D::GraphicsPath::AddRectangle method

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&مستطيل للإضافة

انظر أيضًا