VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 12[3]45678910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 06:44:14 05/30/03 Fri
Author: Michel
Subject: Re: ResizeTransform Question
In reply to: Kai 's message, "ResizeTransform Question" on 00:51:51 05/29/03 Thu


Hi Kai,

The image scroll box has to reset some information when the graphic has changed.

Call,

isb.Redraw(True)

instead of Invalidate.

Best regards,

Michel

>
>Hi All ~
>
>am new to Envision (even though we bought it two years
>ago):
>
>For the snippet below: isb is an ImageScrollBox (just
>dropped on form - no changes made but to its name) and
>Pic
>is a TPicture.
>
>Any suggestion as to why the code below does not
>produce the desired result, i.e. a stretchdrawn copy
>of the image from Pic on isb?
>
>
>
>
>//-----------------------------------------------------
>procedure Tform1.StretchDraw(SrcGraphic, DstGraphic:
>TDIBGraphic; const DstWidth, DstHeight: Integer);
>var
> StrDrawTransform: TResizeTransform;
>
>begin
> try
> // ifTriangle, ifHermite, ifBell, ifBSpline,
>ifLanczos3, ifMitchell
> StrDrawTransform :=
>TResizeTransform.Create;
> StrDrawTransform.Interpolated := True;
> StrDrawTransform.Filter := ifTriangle;
> StrDrawTransform.Height := DstHeight;
> StrDrawTransform.Width := DstWidth;
> //
> StrDrawTransform.ApplyOnDest( SrcGraphic,
>DstGraphic);
> finally
> StrDrawTransform.Free;
> end;
>end;
>
>//-----------------------------------------------------
>procedure TForm1.Button2Click(Sender: TObject);
>begin
> StretchDraw( Pic.Graphic as TDIBGraphic,
>isb.Graphic, isb.Width, isb.Height);
> isb.Invalidate;
>end;

[ Next Thread | Previous Thread | Next Message | Previous Message ]

[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.