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 "GetTextExtentPoint32" in [All]

gdi32

.
Summary
.

static extern bool GetTextExtentPoint32(IntPtr hdc, string lpString,

.

static extern bool GetTextExtentPoint32(IntPtr hdc, string lpString, int cbString, out SIZE lpSize);

.

    GDI.GetTextExtentPoint32(hdc, text, text.Length,out sz);

.
Documentation
[GetTextExtentPoint32] on MSDN
.
Summary
.

static extern bool GetTextExtentPoint32(IntPtr hdc, string lpString,

.

static extern bool GetTextExtentPoint32(IntPtr hdc, string lpString,

.

    GDI.GetTextExtentPoint32(hdc, text, text.Length,out sz);

.
Documentation
[GetTextExtentPoint32] on MSDN

 
Access PInvoke.net directly from VS: