Esempio n. 1
0
 public HRESULT CreateBoundsAdjustmentTransform([NativeTypeName("const D2D1_RECT_L *")] RECT *outputRectangle, ID2D1BoundsAdjustmentTransform **transform)
 {
     return(((delegate * unmanaged <ID2D1EffectContext2 *, RECT *, ID2D1BoundsAdjustmentTransform **, int>)(lpVtbl[10]))((ID2D1EffectContext2 *)Unsafe.AsPointer(ref this), outputRectangle, transform));
 }
Esempio n. 2
0
 public int CreateBoundsAdjustmentTransform([NativeTypeName("const D2D1_RECT_L *")] RECT *outputRectangle, [NativeTypeName("ID2D1BoundsAdjustmentTransform **")] ID2D1BoundsAdjustmentTransform **transform)
 {
     return(((delegate * stdcall <ID2D1EffectContext *, RECT *, ID2D1BoundsAdjustmentTransform **, int>)(lpVtbl[10]))((ID2D1EffectContext *)Unsafe.AsPointer(ref this), outputRectangle, transform));
 }