Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TextRenderer Class / BeginDraw Method
The GcGraphics to draw.
The bounds of first fragment.
The size for the next fragment.

In This Topic
    BeginDraw Method (TextRenderer)
    In This Topic
    Begins render the text layout on specified graphics.
    Syntax
    'Declaration
     
    Public Function BeginDraw( _
       ByVal graphics As GcGraphics, _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal nextAreaSize As System.Drawing.SizeF _
    ) As System.Boolean
    public System.bool BeginDraw( 
       GcGraphics graphics,
       System.Drawing.RectangleF bounds,
       System.Drawing.SizeF nextAreaSize
    )

    Parameters

    graphics
    The GcGraphics to draw.
    bounds
    The bounds of first fragment.
    nextAreaSize
    The size for the next fragment.

    Return Value

    Returns true if text does not fit in specified bounds and rendering should be continued with ContinueDraw.
    See Also