Exemplo n.º 1
0
 iGeometry iDrawDevice.createPathGeometry(iPathData data)
 {
     return(data.createPathGeometry(d2dDevice));
 }
Exemplo n.º 2
0
 /// <summary>Upload path data to VRAM</summary>
 public static iPathGeometry createPathGeometry(this iDrawDevice device, iPathData data)
 {
     return(data.createPathGeometry(device));
 }