예제 #1
0
 public DrawingPath()
 {
     handler = Toolkit.CurrentEngine.VectorImageRecorderContextHandler;
     Backend = handler.CreatePath ();
 }
예제 #2
0
파일: DrawingPath.cs 프로젝트: garuma/xwt
 public DrawingPath()
 {
     handler = ToolkitEngine.DrawingPathBackendHandler;
     Backend = handler.CreatePath ();
 }