Alsing.Windows.Forms.SyntaxBox.EditViewControl.OnPaint C# (CSharp) 메소드

OnPaint() 보호된 메소드

Overrides the default OnPaint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void
        protected override void OnPaint(PaintEventArgs e)
        {
            if (Document != null && Width > 0 && Height > 0)
            {
                Painter.RenderAll(e.Graphics);
            }
        }