You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the ShapeDrawingOptions object you are setting the drawing style you only need to set FillTransparency to make the fill be transparent. From documentation: Ranges from 0 (transparent) to 255 (opaque).
So to get 50 % you need to set it to half of 255 (128).
I want to draw a circle or a polygon with color fill of 50% opacity.
Can you help please?
The text was updated successfully, but these errors were encountered: