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