public IGraphicsControl Internal_CreateGraphicsControl() { var ret = new GLControlWrapper_GdiPlus(this); //create a render target for this control RenderTargetWrapper rtw = new RenderTargetWrapper(this); rtw.Control = ret; ret.RenderTargetWrapper = rtw; return(ret); }
public void EndControl(GLControlWrapper_GdiPlus control) { CurrentControl = null; }
public void SwapControl(GLControlWrapper_GdiPlus control) { }
public void BeginControl(GLControlWrapper_GdiPlus control) { CurrentControl = control; }