GraphicsPath.AddPath

GraphicsPath.AddPath method

지정된 GraphicsPath를 이 경로에 추가합니다.

public void AddPath(GraphicsPath addingPath, bool connect)
모수유형설명
addingPathGraphicsPath추가할 GraphicsPath입니다.
connectBoolean추가된 path 의 첫 번째 그림이 이 경로의 마지막 그림의 일부인지 여부를 지정하는 부울 값입니다. true 값은 (가능한 경우) 추가된 경로의 첫 번째 그림이 이 경로의 마지막 그림의 일부임을 지정합니다. false 값은 추가된 path 의 첫 번째 그림이 이 경로의 마지막 그림과 분리되도록 지정합니다. 길.

또한보십시오