예제 #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));
 }