Hi.
I think I need some help here. :)
I'm trying to convert an old Blitzbasic demo I made and I had this command I used:
DrawBlockRect
I have a really large image (2400x2760) and I need to draw a 640x480 rect from this image from any position to simulate map scrolling.
I know there is a DrawImageRect command but I can't specify the starting x and y point of the source image I want to draw.
Is there a better way using TImage?
Thanks in advance. :)
I think I need some help here. :)
I'm trying to convert an old Blitzbasic demo I made and I had this command I used:
DrawBlockRect
I have a really large image (2400x2760) and I need to draw a 640x480 rect from this image from any position to simulate map scrolling.
I know there is a DrawImageRect command but I can't specify the starting x and y point of the source image I want to draw.
Is there a better way using TImage?
Thanks in advance. :)