CommentShape

Comment.CommentShape property

Hämta ett Shape-objekt som representerar formen kopplad till den angivna kommentaren.

public CommentShape CommentShape { get; }

Exempel


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

Se även