コード例 #1
0
ファイル: D2dAdaptableControl.cs プロジェクト: zoombapup/ATF
 /// <summary>
 /// Ends drawing the current frame to the Direct2D back buffer render target</summary>
 protected virtual void OnEndDrawD2d()
 {
     D2dGraphics.EndDraw();
 }