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

انظر أيضًا