Пример #1
0
 private static extern bool GetCharABCWidthsFloatNative(IntPtr hdc, uint firstChar, uint lastChar, out NativeStructs.AbcFloatWidth abcFloatWidths);
Пример #2
0
 public static bool GetCharABCWidthsFloat(IntPtr hdc, uint firstChar, uint lastChar, out NativeStructs.AbcFloatWidth abcFloatWidths)
 {
     return(GetCharABCWidthsFloatNative(hdc, firstChar, lastChar, out abcFloatWidths));
 }