示例#1
0
 public int CreatePathGeometry(ID2D1PathGeometry1 **pathGeometry)
 {
     return(((delegate * unmanaged <ID2D1Factory5 *, ID2D1PathGeometry1 **, int>)(lpVtbl[19]))((ID2D1Factory5 *)Unsafe.AsPointer(ref this), pathGeometry));
 }
示例#2
0
 public int CreatePathGeometry([NativeTypeName("ID2D1PathGeometry1 **")] ID2D1PathGeometry1 **pathGeometry)
 {
     return(((delegate * stdcall <ID2D1Factory1 *, ID2D1PathGeometry1 **, int>)(lpVtbl[19]))((ID2D1Factory1 *)Unsafe.AsPointer(ref this), pathGeometry));
 }
 public HRESULT CreatePathGeometry(D2D1_FILL_MODE fillMode, ID2D1PathGeometry1 **pathGeometry)
 {
     return(((delegate * unmanaged <ID2D1SvgPathData *, D2D1_FILL_MODE, ID2D1PathGeometry1 **, int>)(lpVtbl[14]))((ID2D1SvgPathData *)Unsafe.AsPointer(ref this), fillMode, pathGeometry));
 }
 public int CreatePathGeometry(D2D1_FILL_MODE fillMode, [NativeTypeName("ID2D1PathGeometry1 **")] ID2D1PathGeometry1 **pathGeometry)
 {
     return(((delegate * stdcall <ID2D1SvgPathData *, D2D1_FILL_MODE, ID2D1PathGeometry1 **, int>)(lpVtbl[14]))((ID2D1SvgPathData *)Unsafe.AsPointer(ref this), fillMode, pathGeometry));
 }