[]
Begins render the text layout on specified graphics.
public bool BeginDraw(GcGraphics graphics, RectangleF bounds, SizeF nextAreaSize)
Public Function BeginDraw(graphics As GcGraphics, bounds As RectangleF, nextAreaSize As SizeF) As Boolean
Type | Name | Description |
---|---|---|
GcGraphics | graphics | The GcGraphics to draw. |
RectangleF | bounds | The bounds of first fragment. |
SizeF | nextAreaSize | The size for the next fragment. |
Type | Description |
---|---|
bool | Returns true if text does not fit in specified bounds and rendering should be continued with ContinueDraw(GcGraphics, PointF, SizeF). |