GraphicsPath.AddPath

GraphicsPath.AddPath method

指定された GraphicsPath をこのパスに追加します。

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

関連項目