Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TextRenderer Class / ContinueDraw Method

In This Topic
    ContinueDraw Method
    In This Topic
    Continues rendering started with BeginDraw method.
    Syntax
    'Declaration
     
    Public Function ContinueDraw( _
       ByVal graphics As GcGraphics, _
       ByVal location As System.Drawing.PointF, _
       ByVal nextAreaSize As System.Drawing.SizeF _
    ) As System.Boolean
    public System.bool ContinueDraw( 
       GcGraphics graphics,
       System.Drawing.PointF location,
       System.Drawing.SizeF nextAreaSize
    )

    Parameters

    graphics
    location
    nextAreaSize
    See Also