GraphicsPath.AddPath

AddPath(GraphicsPath)

指定されたGraphicsPathこのパスに.

public void AddPath(GraphicsPath addingPath)
パラメータタイプ説明
addingPathGraphicsPathGraphicsPathたす。

関連項目


AddPath(GraphicsPath, bool)

指定されたGraphicsPathこのパスに.

public void AddPath(GraphicsPath addingPath, bool connect)
パラメータタイプ説明
addingPathGraphicsPathGraphicsPathたす。
connectBoolean追加されたパスの最初の図がこのパスの最後の図の一部であるかどうかを指定するブール値。 true の値は、追加されたパスの最初の図がこのパスの最後の図の一部であることを指定します。 false の値は、追加されたパスの最初の図がこのパスの最後の図とは別であることを指定します。

関連項目