Desktop Functions: Smart Device Functions:
|
Search Results for "DPtoLP" in [All]gdi321: DPtoLP
static extern bool DPtoLP(IntPtr hdc, [In, Out] POINT [] lpPoints, int nCount); bool ret = DPtoLP(m_hdc, points, 2); 2: SetMapMode
public static extern bool DPtoLP(IntPtr hdc, [In, Out] Point[] lpPoints, int nCount); |