public int GetOverhangMetrics(DWRITE_OVERHANG_METRICS *overhangs)
 {
     return(((delegate * unmanaged <IDWriteTextLayout *, DWRITE_OVERHANG_METRICS *, int>)(lpVtbl[61]))((IDWriteTextLayout *)Unsafe.AsPointer(ref this), overhangs));
 }
Ejemplo n.º 2
0
 public HRESULT GetOverhangMetrics(DWRITE_OVERHANG_METRICS *overhangs)
 {
     return(((delegate * unmanaged <IDWriteInlineObject *, DWRITE_OVERHANG_METRICS *, int>)(lpVtbl[5]))((IDWriteInlineObject *)Unsafe.AsPointer(ref this), overhangs));
 }
Ejemplo n.º 3
0
 public int GetOverhangMetrics([NativeTypeName("DWRITE_OVERHANG_METRICS *")] DWRITE_OVERHANG_METRICS *overhangs)
 {
     return(((delegate * unmanaged <IDWriteInlineObject *, DWRITE_OVERHANG_METRICS *, int>)(lpVtbl[5]))((IDWriteInlineObject *)Unsafe.AsPointer(ref this), overhangs));
 }