/// <summary>Invalidates the graphics for this visual line</summary> public void Invalidate() { // If the visual line represents more than one document line // it may not be correct to invalidate the visual line unless // the document line 'IsFirstLine'. VisualLine.Invalidate(); }