InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Drawing Namespace / StringRendererBase Class / ReleaseHdc Method

In This Topic
    ReleaseHdc Method (StringRendererBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Sub ReleaseHdc( _
       ByVal graphics As Graphics, _
       ByVal hdc As IntPtr _
    ) 
    protected static void ReleaseHdc( 
       Graphics graphics,
       IntPtr hdc
    )

    Parameters

    graphics
    hdc
    See Also