投稿者 ねこまっしぐら  (社会人) 投稿日時 2017/11/28 12:37:40
試行錯誤してたらさらに分からないことが…
位置がずれるので色々試していたら
GraphicsPath.AddEllipse(New Rectangle(0,0,100,100))だと
GraphicsPath.GetBoundsは0,0,100,100なのに
GraphicsPath.AddPie(New Rectangle(0,0,100,100),135,180)だと
GraphicsPath.GetBoundsは-4.881555,-4.88157,90.23682,90.23689を返してきます
(期待しているのは0,0,85.35534,85.35534)
このマイナスはどこから…