I have some code to define custom attributes and then to read in the code,it fails to work. To try and fix the problem I have gone back and tried to use DisplayName, however , I am still having the sa
In answer to this question I tried to use Type.GetCustomAttributes(true) on a class which implements an interface which has an Attribute defined on it. I was surprised to discover that GetCustomAttrib
I would like to display an image composed of two images. I want image rectangle.png to show with image sticker.png on top of it with its left-hand corner at pixel 10, 10.