ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetFontData Method

In This Topic
    GetFontData Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetFontData( _
       ByVal hDC As System.IntPtr, _
       ByVal dwTable As System.Integer, _
       ByVal dwOffset As System.Integer, _
       ByVal buffer() As System.Byte, _
       ByVal cbData As System.Integer _
    ) As System.UInteger
    public static System.uint GetFontData( 
       System.IntPtr hDC,
       System.int dwTable,
       System.int dwOffset,
       System.byte[] buffer,
       System.int cbData
    )

    Parameters

    hDC
    dwTable
    dwOffset
    buffer
    cbData
    See Also