Just wondering if a can assign a width and height to a picturebox or image box that is a decimal?
I have tried this and then used a message box to retrieve the value but it chops off the decimal.
pic1.width = 213.234
msgbox pic1.width

any ideas or is it impossible?

thanks in advance