invalidate-bitmap-cache in editor<%>
When
on-paint is overridden, call this method when the state of
on-paint's drawing changes.
(-> voidsendan-editorinvalidate-bitmap-cachexywidthheight)
x=0.0: real number
y=0.0: real number
width=: non-negative real number or'end'end
height=: non-negative real number or'end'endThe
x,y,width, andheightarguments specify the area that needs repainting in editor coordinates. Ifwidth/heightis'end, then the total height/width of the editor (as reported byget-extent) is used. Note that the editor's size can be smaller than the visible region of its display.The default implementation triggers a redraw of the editor, either immediately or at the end of the current edit sequence (if any) started by
begin-edit-sequence.