System::Drawing::Drawing2D::GraphicsPath::AddRectangle method
GraphicsPath::AddRectangle(const Rectangle&) method
يضيف المستطيل المحدد إلى المسار الممثل بواسطة الكائن الحالي.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
| معامل | نوع | الوصف |
|---|---|---|
| rect | const Rectangle& | مستطيل للإضافة |
انظر أيضًا
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddRectangle(const RectangleF&) method
يضيف المستطيل المحدد إلى المسار الممثل بواسطة الكائن الحالي.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
| معامل | نوع | الوصف |
|---|---|---|
| rect | const RectangleF& | مستطيل للإضافة |
انظر أيضًا
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++