How to draw a shape using GraphicsPath to create the Region of a Custom Control?

A few pointers and an example on the use of Regions to define the visible area of a Custom Control that represents a non rectangular shape. You’re converting most floating point values to integer values: don’t do that when drawing, unless you have no other immediate choice. Drawing requires floating point measures (float) most of … Read more