InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / CreateGraphics Method

In This Topic
    CreateGraphics Method (C1InputPanel)
    In This Topic
    Creates a System.Drawing.Graphics object for the control.
    Syntax
    'Declaration
     
    Public Function CreateGraphics() As Graphics
    public Graphics CreateGraphics()

    Return Value

    A System.Drawing.Graphics object for the control.
    Remarks
    The System.Drawing.Graphics object returned by this method reflects the current settings for the C1.Framework.XView.SmoothingMode and C1.Framework.XView.TextRenderingHint properties.
    See Also