예제 #1
0
 public int GetNumericRepresentation([NativeTypeName("WICPixelFormatNumericRepresentation *")] WICPixelFormatNumericRepresentation *pNumericRepresentation)
 {
     return(((delegate * unmanaged <IWICPixelFormatInfo2 *, WICPixelFormatNumericRepresentation *, int>)(lpVtbl[17]))((IWICPixelFormatInfo2 *)Unsafe.AsPointer(ref this), pNumericRepresentation));
 }
예제 #2
0
 public HRESULT GetNumericRepresentation(WICPixelFormatNumericRepresentation *pNumericRepresentation)
 {
     return(((delegate * unmanaged <IWICPixelFormatInfo2 *, WICPixelFormatNumericRepresentation *, int>)(lpVtbl[17]))((IWICPixelFormatInfo2 *)Unsafe.AsPointer(ref this), pNumericRepresentation));
 }