Example #1
0
 GraphicsPath CreatePath(UPath p)
 {
     return(p.Retreive <SDG_RenderElements>(new NoCacheDelegate(() => CreateNewPath(p))) as GraphicsPath);
 }
Example #2
0
 Geometry CreatePath(UPath p)
 {
     return(p.Retreive <SharpDX_RenderElements>(new NoCacheDelegate(() => CreateNewGeometry(p))) as Geometry);
 }