AnnotationCollection.Delete

Delete(int)

通过索引从集合中删除注释。

public void Delete(int index)
参数类型描述
indexInt32要删除的注释的索引。

另请参阅


Delete()

从集合中删除所有注释。

public void Delete()

另请参阅


Delete(Annotation)

从集合中删除指定的注释。

public void Delete(Annotation annotation)
参数类型描述
annotationAnnotation要删除的注释。

另请参阅