GraphicsPath.AddPath

AddPath(GraphicsPath)

지정된GraphicsPath 이 경로로.

public void AddPath(GraphicsPath addingPath)
모수유형설명
addingPathGraphicsPath그만큼GraphicsPath 추가합니다.

또한보십시오


AddPath(GraphicsPath, bool)

지정된GraphicsPath 이 경로로.

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

또한보십시오