Suppose there is a System.Windows.Controls.Image exampleImage . Programmatically in code, I look at the field int valueContent and from the state of this field, > 0 , I draw over exampleImage Ellipse. How can this be realized?
Need a drawing only method.