Set Transparency For Vector Shapes

If I am to use the DrawObject method, what is the best way of achieving, setting the transparency of a particular object?

Thanks

So the best way to achieve this is by drawing the shape on to a new picture and using the Graphics.Transparency property? It seems that the property will only work for pictures and not vector objects.

dim fig as new figureShape fig.FillColor=&c2020ff fig.Fill=50

…works for me…
what have you tried?
what platform?

[quote=208793:@Jeff Tullin] dim fig as new figureShape fig.FillColor=&c2020ff fig.Fill=50

…works for me…
what have you tried?
what platform?[/quote]
That was literally all I needed to know. That works fine. I couldn’t see terms that I thought would be related to the opacity or transparency of the vector shapes so I presumed it was non-existent. Thanks