Quote Originally Posted by theWaver
Is there any way to draw the Elipse using semi-transparency?
Not directly. However, you could create a new TDirectDrawSurface, draw the Elipse to that using the canvas, then DrawAlpha the surface onto the screen.