G
Gianco
Hello
I'm using C# .NET CF and currently developing a graph control. For
speed reasons I prefere to manipulate directly the DCs, bitmaps and so
on.
My question is
how can I obtain the heigth and the width of the strings using the
coredll?
I'm trying to use the function GetTextExtentPoint32 but this causes a
'not supported' exception. Is this function supported?
The function is declare so:
[System.Runtime.InteropServices.DllImport("coredll.dll")]
private static extern int GetTextExtentPoint(IntPtr DC, String Str,
int Len, out SIZE Size);
How can I have the list of functions contained in the coredll? The OS
is CE 4.0
Thanks for the interest
Gianco
I'm using C# .NET CF and currently developing a graph control. For
speed reasons I prefere to manipulate directly the DCs, bitmaps and so
on.
My question is
how can I obtain the heigth and the width of the strings using the
coredll?
I'm trying to use the function GetTextExtentPoint32 but this causes a
'not supported' exception. Is this function supported?
The function is declare so:
[System.Runtime.InteropServices.DllImport("coredll.dll")]
private static extern int GetTextExtentPoint(IntPtr DC, String Str,
int Len, out SIZE Size);
How can I have the list of functions contained in the coredll? The OS
is CE 4.0
Thanks for the interest
Gianco