コード例 #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);
 }