AddComment

AddComment(double, double, string)

إضافة تعليق مع PinX و PinY محدد .

public void AddComment(double pinX, double pinY, string comment)
معامل يكتب وصف
pinX Double يحدد الإحداثي x لدبوس التعليق (مركز التدوير) بالنسبة للصفحة.
pinY Double يحدد إحداثي ص لدبوس التعليق (مركز التدوير) بالنسبة للصفحة.
comment String سلسلة التعليق.

أنظر أيضا


AddComment(long, string)

إضافة تعليق إلى شكل بمعرف الشكل.

public void AddComment(long shapeID, string comment)
معامل يكتب وصف
shape Int64 معرّف الشكل الذي يضيف تعليقًا.
comment String سلسلة التعليق.

أنظر أيضا


AddComment(Shape, string)

إضافة تعليق إلى شكل .

public void AddComment(Shape shape, string comment)
معامل يكتب وصف
shape Shape يحدد الشكل الذي يضيف التعليق.
comment String سلسلة التعليق.

أنظر أيضا