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

In This Topic
    CreateGraphics Method (XView)
    In This Topic
    Creates a System.Drawing.Graphics object for the control.
    Syntax
    'Declaration
     
    Public Shadows Function CreateGraphics() As Graphics
    public new 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 XView.SmoothingMode and XView.TextRenderingHint properties.
    See Also