System.Windows.Forms.BitmapLabel.Refresh C# (CSharp) Method

Refresh() public method

public Refresh ( ) : void
return void
        public override void Refresh()
        {
            base.Refresh();
            Bake();
        }