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.Page for C++