ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetTextExtentExPoint Method / GetTextExtentExPoint(IntPtr,String,Int32,Int32,Int32,Int32,Size) Method

In This Topic
    GetTextExtentExPoint(IntPtr,String,Int32,Int32,Int32,Int32,Size) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetTextExtentExPoint( _
       ByVal hdc As System.IntPtr, _
       ByVal lpszStr As System.String, _
       ByVal cchString As System.Integer, _
       ByVal nMaxExtent As System.Integer, _
       ByVal lpnFit As System.Integer, _
       ByVal alpDX As System.Integer, _
       ByRef lpSize As System.Drawing.Size _
    ) As System.Boolean
    public static System.bool GetTextExtentExPoint( 
       System.IntPtr hdc,
       System.string lpszStr,
       System.int cchString,
       System.int nMaxExtent,
       System.int* lpnFit,
       System.int* alpDX,
       ref System.Drawing.Size lpSize
    )

    Parameters

    hdc
    lpszStr
    cchString
    nMaxExtent
    lpnFit
    alpDX
    lpSize
    See Also