예제 #1
0
 GraphicsPath CreatePath(UPath p)
 {
     return(p.Retreive <SDG_RenderElements>(new NoCacheDelegate(() => CreateNewPath(p))) as GraphicsPath);
 }
예제 #2
0
파일: D2DDraw.cs 프로젝트: windygu/noForms
 Geometry CreatePath(UPath p)
 {
     return(p.Retreive <SharpDX_RenderElements>(new NoCacheDelegate(() => CreateNewGeometry(p))) as Geometry);
 }