CommentShape

Comment.CommentShape property

Получить объект Shape, представляющий фигуру, присоединенную к указанному комментарию.

public CommentShape CommentShape { get; }

Примеры


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

Смотрите также