PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderShapeBase Class / DrawShape Method

In This Topic
    DrawShape Method (RenderShapeBase)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected MustOverride Sub DrawShape( _
       ByVal g As Graphics, _
       ByVal drawBoundsPx As Rectangle, _
       ByVal shapeParams As RenderShapeBase.ShapeParams, _
       ByVal pdp As PageDrawParams _
    ) 
    protected abstract void DrawShape( 
       Graphics g,
       Rectangle drawBoundsPx,
       RenderShapeBase.ShapeParams shapeParams,
       PageDrawParams pdp
    )

    Parameters

    g
    drawBoundsPx
    shapeParams
    pdp
    See Also