[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.TextRenderer.BeginDraw

BeginDraw Method

BeginDraw(GcGraphics, RectangleF, SizeF)

Begins render the text layout on specified graphics.

Declaration
public bool BeginDraw(GcGraphics graphics, RectangleF bounds, SizeF nextAreaSize)
Public Function BeginDraw(graphics As GcGraphics, bounds As RectangleF, nextAreaSize As SizeF) As Boolean
Parameters
Type Name Description
GcGraphics graphics

The GcGraphics to draw.

RectangleF bounds

The bounds of first fragment.

SizeF nextAreaSize

The size for the next fragment.

Returns
Type Description
bool

Returns true if text does not fit in specified bounds and rendering should be continued with ContinueDraw(GcGraphics, PointF, SizeF).