CommentShape

Comment.CommentShape property

获取一个Shape对象,表示附加到指定注释的形状。

public CommentShape CommentShape { get; }

例子


[C#]
CommentShape shape = comment1.CommentShape;
int w = shape.Width;
int h = shape.Height;

也可以看看