I have been trying to call the Windows API function: GetTextExtentPoint32 But the first issue is it receives / returns a pointer (reference) to a structure (struct) containing two long (I4) variab...
I just have a question, I am testing the code and it returns a text height (cy) of 16 using the default text for .NET controls (8.25 points Microsoft Sans Serif). and the label in which the text is contained is just 13 in height, in contrast the length against the cx values seems right (so far). Thus I am thinking I have an different units issue, do you know what units is returning in every case?