InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByVal dwTable As Integer, _
       ByVal dwOffset As Integer, _
       ByVal buffer() As Byte, _
       ByVal cbData As Integer _
    ) As UInteger
    public static uint GetFontData( 
       IntPtr hDC,
       int dwTable,
       int dwOffset,
       byte[] buffer,
       int cbData
    )

    Parameters

    hDC
    dwTable
    dwOffset
    buffer
    cbData
    See Also