| ClientWidth / ClientHeight |
size of the client area of the control used to display the picture |
| Picture |
the associated image (you can use a clsMemDC class or a clsDibSection class to get a Picture from a DC) |
| Stretch |
resize the picture to the control size |
| TransparencyType |
choose from 3 values: -1- No Transparency 0- By Coords, threats the color at coordinates (xTranspColor, yTranspColor) as transparent 1- By Color, threats the color TransparentColor as transparent |
| TransparentColor |
the color to threat as transparent when using TransparencyType=ByColor |
| yTranspColor / xTranspColor |
coordinates of the transparent color in the image when using TransparencyType=ByCoords |