ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Drawing Namespace / StringRendererBase Class / PrepareHdc Method
The device context.

In This Topic
    PrepareHdc Method (StringRendererBase)
    In This Topic
    Gets the handle to the device context associated with System.Drawing.Graphics.
    Syntax
    'Declaration
     
    Protected Shared Function PrepareHdc( _
       ByVal graphics As System.Drawing.Graphics _
    ) As System.IntPtr
    protected static System.IntPtr PrepareHdc( 
       System.Drawing.Graphics graphics
    )

    Parameters

    graphics
    The device context.

    Return Value

    Handle to the device context associated with System.Drawing.Graphics.
    See Also