Hi i have loaded a bitmap and i need to set my own height and width ,
bitmap.height = 100;
but this statement doesn't allow me because it says that
'System.Drawing.Image.Width' cannot be assigned to -- it is read only
whats the method to re-size the bitmap? or assign these parameters ?