AddComment
AddComment(double, double, string)
添加带有定义的 PinX 和 PinY 的注释。
public void AddComment(double pinX, double pinY, string comment)
范围 | 类型 | 描述 |
---|---|---|
pinX | Double | 指定评论的图钉(旋转中心)相对于页面的 x 坐标。 |
pinY | Double | 指定评论图钉(旋转中心)相对于页面的 y 坐标。 |
comment | String | 评论的字符串。 |
也可以看看
- class Page
- 命名空间 Aspose.Diagram
- 部件 Aspose.Diagram
AddComment(long, string)
向具有形状 ID 的形状添加注释。
public void AddComment(long shapeID, string comment)
范围 | 类型 | 描述 |
---|---|---|
shape | Int64 | 正在添加评论的形状的 ID。 |
comment | String | 评论的字符串。 |
也可以看看
- class Page
- 命名空间 Aspose.Diagram
- 部件 Aspose.Diagram
AddComment(Shape, string)
向形状添加注释。
public void AddComment(Shape shape, string comment)
范围 | 类型 | 描述 |
---|---|---|
shape | Shape | 指定正在添加注释的形状。 |
comment | String | 评论的字符串。 |
也可以看看
- class Shape
- class Page
- 命名空间 Aspose.Diagram
- 部件 Aspose.Diagram