Example #1
0
 public static void MakeCurrentContext(ContextHandle context)
 {
     Win32Helper.MakeCurrent(context.HDC, context.Handle);//激活当前渲染上下文
     _current = context;
 }