1

So the .NET documentation says that this creates a filled ellipse with the UPPER LEFT CORNER at the X,Y coordinate specified.

But I need the ellipse to be CENTERED on the X,Y coordinate I supplied.

How do I do this?

Thanks!

stingray-11
  • 448
  • 2
  • 7
  • 25

1 Answers1

1

From the desired center point, decrease X by half of the width and decrease Y by half of the height.

Dinah
  • 52,922
  • 30
  • 133
  • 149