System::Drawing::Graphics::FillPath method
Graphics::FillPath method
Fills the interiors of the specified path using the specified brush.
void System::Drawing::Graphics::FillPath(const SharedPtr<Brush> &brush, const SharedPtr<Drawing2D::GraphicsPath> &path)
Parameter | Type | Description |
---|---|---|
brush | const SharedPtr<Brush>& | A Brush object that specifies the parameters of the fill |
path | const SharedPtr<Drawing2D::GraphicsPath>& | The path to fill |
See Also
- Typedef SharedPtr
- Class Brush
- Class GraphicsPath
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++