Hello everybody!
Well it has been a little bit quiet around this topic from my side as I have done a lot of playing around with different approaches, etc
And if I play around that always raises questions *g*, so here it is:
How can I "expand" a graphic?
Idea:
I have a graphic:
(is looks ugly now I know, but is just a proof-of-concept ;-) )
I would like to display the graphic part for part, e.g. start of with only
2px width, then in the next step display 2px more, etc.
Currently I am trying this with (using ImageLibEx):
draw.DrawImage(bitmap.Value, RectSrc.Value, RectDest.Value, False)
RectDest.Inflate(2,0)
So in each step I am increasing the displayed rectangle with 2px.
Problem:
The image inside the RectDest is always completely visible and simply
gets streched with increase of the RestDest... How can I realize it
that I simply have a "peekhole" over the image which increases in
width?
Thanks a lot for any help from you
Best regards,
Chris