CommentShape

Comment.CommentShape property

Ottieni un oggetto Shape che rappresenti la forma allegata al commento specificato.

public CommentShape CommentShape { get; }

Esempi


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

Guarda anche