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