CommentShape

Comment.CommentShape property

Récupère un objet Shape qui représente la forme attachée au commentaire spécifié.

public CommentShape CommentShape { get; }

Exemples


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

Voir également