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

In This Topic
    CreateGraphics Method (C1InputPanelBase)
    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