'宣言 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 )
パラメータ
- graphics
- The GcGraphics to draw.
- bounds
- The bounds of first fragment.
- nextAreaSize
- The size for the next fragment.
戻り値の型
Returns true if text does not fit in specified bounds and rendering should be continued with ContinueDraw.