public BaseAnnotation RectArea(AnnotationRect map) { createRectArea(); _rectArea.Add(map); return(this); }
public BaseAnnotation RemoveRectArea(AnnotationRect bindingSource) { _rectArea.Remove(bindingSource); return(this); }