Removes a drawing from a Text Control document.
public bool Remove(DataVisualization.DrawingFrame drawingFrame);
Parameter | Description |
---|---|
drawing |
Specifies the drawing to remove. |
The return value is true, if the drawing could be removed. Otherwise, it is false.