'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.