طريقة System::Drawing::Graphics::FillPath
Graphics::FillPath method
يملأ داخل المسار المحدد باستخدام الفرشاة المحددة.
void System::Drawing::Graphics::FillPath(const SharedPtr<Brush> &brush, const SharedPtr<Drawing2D::GraphicsPath> &path)
| معامل | نوع | الوصف |
|---|---|---|
| brush | const SharedPtr<Brush>& | كائن Brush يحدد معلمات التعبئة |
| مسار | const SharedPtr<Drawing2D::GraphicsPath>& | المسار المراد تعبئته |
انظر أيضًا
- Typedef SharedPtr
- Class Brush
- Class GraphicsPath
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++