Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderFragment Class / InternalDraw Method / InternalDraw(Graphics,DrawParams) Method
Graphics object on which the object is being drawn.
Contains data needed for drawing.

In This Topic
    InternalDraw(Graphics,DrawParams) Method
    In This Topic
    Override this procedure if GetDrawingFlags does not set the DrawingFlagsEnum.UseGdiDrawing flag.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub InternalDraw( _
       ByVal graphics As Graphics, _
       ByVal drawParams As DrawParams _
    ) 
    protected virtual void InternalDraw( 
       Graphics graphics,
       DrawParams drawParams
    )

    Parameters

    graphics
    Graphics object on which the object is being drawn.
    drawParams
    Contains data needed for drawing.
    See Also