/// <summary>Raise the ScaleChange event.</summary>
 protected virtual void OnScaleChange(EventArgs e)
 {
     SetMapDirty();
     OnResize(e);
     Invalidate();
     ScaleChange.Raise(this, e);
 }
예제 #2
0
 /// <summary>Raise the ScaleChange event.</summary>
 protected virtual void OnScaleChange(EventArgs e)
 {
     ScaleChange.Raise(this, e);
     Invalidate();
 }