示例#1
0
文件: D2DDevice.cs 项目: yply/d2dlib
 public void Dispose()
 {
     D2D.DestroyContext(this.Handle);
 }