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

gdi32

.
Summary
.

static extern bool DPtoLP(IntPtr hdc, [In, Out] POINT [] lpPoints, int nCount);

.

bool ret = DPtoLP(m_hdc, points, 2);

.
Documentation
[DPtoLP] on MSDN
.

    public static extern bool DPtoLP(IntPtr hdc, [In, Out] Point[] lpPoints, int nCount);


 
Access PInvoke.net directly from VS: