InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GdiComment Method / GdiComment(IntPtr,UInt32,IntPtr) Method

In This Topic
    GdiComment(IntPtr,UInt32,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GdiComment( _
       ByVal hdc As IntPtr, _
       ByVal cbSize As UInteger, _
       ByVal lpData As IntPtr _
    ) As Boolean
    public static bool GdiComment( 
       IntPtr hdc,
       uint cbSize,
       IntPtr lpData
    )

    Parameters

    hdc
    cbSize
    lpData
    See Also