MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / Repaint

Method Repaint

TexturedFontEditor/FontEditor.cs:92–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 void Repaint()
93 {
94 _Def.RenderTexture();
95 pictureBox_tex.Image = _Def.Texture;
96 pictureBox_tex.Width = _Def.Texture.Width;
97 pictureBox_tex.Height = _Def.Texture.Height;
98
99 pictureBox_tex.Invalidate();
100 }
101
102 private Pen _M_ImageMargin = new Pen(Color.Blue);
103 private Pen _M_RealMargin = new Pen(Color.LightBlue);

Callers

nothing calls this directly

Calls 1

RenderTextureMethod · 0.45

Tested by

no test coverage detected