AddComment

AddComment(double, double, string)

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

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

또한보십시오


AddComment(long, string)

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

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

또한보십시오


AddComment(Shape, string)

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

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

또한보십시오