Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GettextExtentExPoint" in [All]

coredll

.

    public static extern bool GetTextExtentExPointW(IntPtr hDc, string lpString, int nLength, int nMaxExtent, int[] lpnFit, int[] alpDx, out Size size);

.

        GetTextExtentExPointW(hDC, testString, testString.Length, width, fit, charExtents, out sz);

.
Documentation
[GetTextExtentExPoint] on MSDN

gdi32

.
Summary
.

[DllImport("gdi32.dll",EntryPoint="GetTextExtentExPointW")]

.

static extern bool GetTextExtentExPoint(IntPtr hdc, [MarshalAs(UnmanagedType.LPWStr)] string lpszStr,

.
Documentation
[GetTextExtentExPoint] on MSDN

 
Access PInvoke.net directly from VS: