コード例 #1
0
ファイル: GraphicsFP.cs プロジェクト: nakijun/adasg
 public void  DrawPath(GraphicsPathFP path)
 {
     bufferedImage = null;
     renderer.DrawPath(path.CalcOutline(lineStyle), matrix, lineStyle.Brush, GraphicsPathRenderer.MODE_ZERO);
 }