GraphicsPath.AddPath
AddPath(GraphicsPath)
지정된GraphicsPath
이 경로로.
public void AddPath(GraphicsPath addingPath)
모수 | 유형 | 설명 |
---|---|---|
addingPath | GraphicsPath | 그만큼GraphicsPath 추가합니다. |
또한보십시오
- class GraphicsPath
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD
AddPath(GraphicsPath, bool)
지정된GraphicsPath
이 경로로.
public void AddPath(GraphicsPath addingPath, bool connect)
모수 | 유형 | 설명 |
---|---|---|
addingPath | GraphicsPath | 그만큼GraphicsPath 추가합니다. |
connect | Boolean | 추가된 경로의 첫 번째 그림이 이 경로의 마지막 그림의 일부인지 여부를 지정하는 부울 값입니다. true 값은 추가된 경로의 첫 번째 그림이 이 경로의 마지막 그림의 일부임을 지정합니다. false 값은 추가된 경로의 첫 번째 그림이 이 경로의 마지막 그림과 분리되도록 지정합니다. |
또한보십시오
- class GraphicsPath
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD