public int CreateAnimation([NativeTypeName("IDCompositionAnimation **")] IDCompositionAnimation **animation)
 {
     return(((delegate * unmanaged <IDCompositionDesktopDevice *, IDCompositionAnimation **, int>)(lpVtbl[23]))((IDCompositionDesktopDevice *)Unsafe.AsPointer(ref this), animation));
 }
 public HRESULT CreateAnimation(IDCompositionAnimation **animation)
 {
     return(((delegate * unmanaged <IDCompositionDesktopDevice *, IDCompositionAnimation **, int>)(lpVtbl[23]))((IDCompositionDesktopDevice *)Unsafe.AsPointer(ref this), animation));
 }
示例#3
0
 public HRESULT GetVectorCurve(IDCompositionAnimation **animation, uint cDimension)
 {
     return(((delegate * unmanaged <IUIAnimationVariable2 *, IDCompositionAnimation **, uint, int>)(lpVtbl[7]))((IUIAnimationVariable2 *)Unsafe.AsPointer(ref this), animation, cDimension));
 }
示例#4
0
 public int GetVectorCurve([NativeTypeName("IDCompositionAnimation **")] IDCompositionAnimation **animation, [NativeTypeName("UINT")] uint cDimension)
 {
     return(((delegate * unmanaged <IUIAnimationVariable2 *, IDCompositionAnimation **, uint, int>)(lpVtbl[7]))((IUIAnimationVariable2 *)Unsafe.AsPointer(ref this), animation, cDimension));
 }