ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetTextExtentPoint32 Method

In This Topic
    GetTextExtentPoint32 Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetTextExtentPoint32( _
       ByVal hdc As System.IntPtr, _
       ByVal lpString As System.String, _
       ByVal cbString As System.Integer, _
       ByRef lpSize As System.Drawing.Size _
    ) As System.Boolean
    public static System.bool GetTextExtentPoint32( 
       System.IntPtr hdc,
       System.string lpString,
       System.int cbString,
       ref System.Drawing.Size lpSize
    )

    Parameters

    hdc
    lpString
    cbString
    lpSize
    See Also