public HRESULT GetSimpleColorProfile(D2D1_SIMPLE_COLOR_PROFILE *simpleProfile)
 {
     return(((delegate * unmanaged <ID2D1ColorContext1 *, D2D1_SIMPLE_COLOR_PROFILE *, int>)(lpVtbl[9]))((ID2D1ColorContext1 *)Unsafe.AsPointer(ref this), simpleProfile));
 }
示例#2
0
 public HRESULT CreateColorContextFromSimpleColorProfile([NativeTypeName("const D2D1_SIMPLE_COLOR_PROFILE *")] D2D1_SIMPLE_COLOR_PROFILE *simpleProfile, ID2D1ColorContext1 **colorContext)
 {
     return(((delegate * unmanaged <ID2D1EffectContext2 *, D2D1_SIMPLE_COLOR_PROFILE *, ID2D1ColorContext1 **, int>)(lpVtbl[26]))((ID2D1EffectContext2 *)Unsafe.AsPointer(ref this), simpleProfile, colorContext));
 }
示例#3
0
 public int GetSimpleColorProfile([NativeTypeName("D2D1_SIMPLE_COLOR_PROFILE *")] D2D1_SIMPLE_COLOR_PROFILE *simpleProfile)
 {
     return(((delegate * unmanaged <ID2D1ColorContext1 *, D2D1_SIMPLE_COLOR_PROFILE *, int>)(lpVtbl[9]))((ID2D1ColorContext1 *)Unsafe.AsPointer(ref this), simpleProfile));
 }