I am trying to build a custom control which can draw the outline and pins of an integrated circuit.
At present I am using 2 frames, one holding a panel which will represent the package outline. THis frame will be place on a form. The other frame will represent a pin which will contain a shape to represent the pin and two labels, one for pin number one for pin description. My plan is to create the pins dynamically according to package aspect ratio and number of pins.
Are frames a good basis for this or are there better alternatives.