'宣言
Public Shared Function GetTextExtentPoint32( _
ByVal As System.IntPtr, _
ByVal As System.String, _
ByVal As System.Integer, _
ByRef As System.Drawing.Size _
) As System.Boolean
public static System.bool GetTextExtentPoint32(
System.IntPtr ,
System.string ,
System.int ,
ref System.Drawing.Size
)