CommentShape

Comment.CommentShape property

Obtiene un objeto Shape que representa la forma adjunta al comentario especificado.

public CommentShape CommentShape { get; }

Ejemplos


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

Ver también