예제 #1
0
 /// <summary>
 /// Begin a 2D drawing session
 /// </summary>
 public void Begin()
 {
     NativeDeviceContext.BeginDraw();
 }