guys I have this problem related to image editor..
I 'm developing a project that can resize,add text,move rectangle for crop an image also scroll for bigger image..
the problem is I don't know how to make it display perfectly
this is the code that i've use for all function above
but when ever it switch between all function(resize ,scroll,add text)
the display image is not as i expected..
maybe after resize the image scroll event looks like a full image with a resize width or height.. not as a stretch image as expected size
so I want to know what u guys do to create image editor like this..
or u guys know what do i do to fix the code above
I 'm developing a project that can resize,add text,move rectangle for crop an image also scroll for bigger image..
the problem is I don't know how to make it display perfectly
this is the code that i've use for all function above
Code:
graphic=image.CreateGraphic graphic.DrawImage(sourceImage,rectangle,x,y,width,height,graphicunitpixel)
the display image is not as i expected..
maybe after resize the image scroll event looks like a full image with a resize width or height.. not as a stretch image as expected size
so I want to know what u guys do to create image editor like this..
or u guys know what do i do to fix the code above