Input for WinForms | ComponentOne
C1.Framework Namespace / XView Class / CreateGraphics Method

In This Topic
    CreateGraphics Method
    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 SmoothingMode and TextRenderingHint properties.
    See Also