Version 3.95 is now available. It has a new control named AnimatingPictureBox. This is the first go round, so it may be lacking some necessary features, but it is quite flexible. You can add 2 images, the BackgroundImage, which is static, and the Image, which is capable of being animated with the RotationValue, TranslateXValue, and TranslateYValue.
The trick is to use PNG files with a transparent background for the animated image. That will allow it to overlay the BackgroundImage. In your case, you would make an image that just contains the line of the switch, then the rest would go in the background image. Using RotationScale, PLCAddressRotationValue, TranslateXValue, TranslateYValue, you can create the animating switch you show in the previous posts.