コード例 #1
0
 /// <summary>
 /// Draws the specified graphics.
 /// </summary>
 private void Draw(IGraphics graphics)
 {
     _canvasShapeDrawersHelper.Draw(graphics);
     _currentState.Draw(graphics);
 }
コード例 #2
0
 /// <summary>
 /// Draws the specified graphics.
 /// </summary>
 private void Draw(IGraphics graphics)
 {
     _shapeDrawersManager.Draw(graphics);
     _currentState.Draw(graphics);
 }