'宣言
Public Shared Function LPtoDP( _
ByVal hdc As System.IntPtr, _
ByVal lpPoints() As Win32.POINT, _
ByVal nCount As System.Integer _
) As System.Boolean
public static System.bool LPtoDP(
System.IntPtr hdc,
out Win32.POINT[] lpPoints,
System.int nCount
)