[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.TextRenderer.ContinueDraw

ContinueDraw Method

ContinueDraw(GcGraphics, PointF, SizeF)

Continues rendering started with BeginDraw(GcGraphics, RectangleF, SizeF) method.

Declaration
public bool ContinueDraw(GcGraphics graphics, PointF location, SizeF nextAreaSize)
Public Function ContinueDraw(graphics As GcGraphics, location As PointF, nextAreaSize As SizeF) As Boolean
Parameters
Type Name Description
GcGraphics graphics
PointF location
SizeF nextAreaSize
Returns
Type Description
bool