示例#1
0
文件: GDI32.cs 项目: Reve/ORTS-MG
 private static extern bool GetCharABCWidthsFloatNative(IntPtr hdc, uint firstChar, uint lastChar, out NativeStructs.AbcFloatWidth abcFloatWidths);
示例#2
0
文件: GDI32.cs 项目: Reve/ORTS-MG
 public static bool GetCharABCWidthsFloat(IntPtr hdc, uint firstChar, uint lastChar, out NativeStructs.AbcFloatWidth abcFloatWidths)
 {
     return(GetCharABCWidthsFloatNative(hdc, firstChar, lastChar, out abcFloatWidths));
 }