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++