System::Drawing::Drawing2D::GraphicsPath::AddPath 메서드
GraphicsPath::AddPath method
현재 객체가 나타내는 경로에 지정된 경로를 추가합니다.
void System::Drawing::Drawing2D::GraphicsPath::AddPath(const SharedPtr<GraphicsPath> &path, bool connect)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 경로 | const SharedPtr<GraphicsPath>& | 추가할 경로 |
| 연결 | bool | True는 path의 마지막 첫 번째 도형이 현재 객체가 나타내는 경로의 마지막 도형의 일부임을 지정하고; false는 path의 첫 번째 도형과 현재 객체가 나타내는 경로의 마지막 도형이 별개의 도형임을 지정합니다. |
또 보기
- Typedef SharedPtr
- Class GraphicsPath
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++