示例#1
0
 protected void EmitRedrawEvent(ICanvasObject co, Area area)
 {
     RedrawEvent?.Invoke(co, area);
 }
示例#2
0
 protected void RaiseRedraw()
 {
     RedrawEvent?.Invoke(this, EventArgs.Empty);
 }