AddComment

AddComment(double, double, string)

정의된 PinX 및 PinY로 주석을 추가합니다.

public void AddComment(double pinX, double pinY, string comment)
모수 유형 설명
pinX Double 페이지와 관련하여 댓글 핀(회전 중심)의 x 좌표를 지정합니다.
pinY Double 페이지와 관련된 댓글 핀(회전 중심)의 y 좌표를 지정합니다.
comment String 댓글의 문자열입니다.

또한보십시오


AddComment(long, string)

셰이프 ID가 있는 셰이프에 설명을 추가합니다.

public void AddComment(long shapeID, string comment)
모수 유형 설명
shape Int64 코멘트를 추가하고 있는 셰이프의 ID입니다.
comment String 댓글의 문자열입니다.

또한보십시오


AddComment(Shape, string)

도형에 주석을 추가합니다.

public void AddComment(Shape shape, string comment)
모수 유형 설명
shape Shape 주석을 추가하는 모양을 지정합니다.
comment String 댓글의 문자열입니다.

또한보십시오