InputPanel for WinForms | ComponentOne
C1.Win.5 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 IntPtr, _
       ByVal lpString As String, _
       ByVal cbString As Integer, _
       ByRef lpSize As Size _
    ) As Boolean
    public static bool GetTextExtentPoint32( 
       IntPtr hdc,
       string lpString,
       int cbString,
       ref Size lpSize
    )

    Parameters

    hdc
    lpString
    cbString
    lpSize
    See Also