I was able to solve by publicizing protected FAntiAliasTransform object in TImageScrollBox class.
However, if anyone has any suggestions on improving AntiAliasTransform performance, please let me know.
Thanks,
Brian
>Hi -
>
>I'm displaying very large tiff images using
>TImageScrollBox with AntiAliased = True. I'd like to
>capture the OnProgress event during AntiAliasing as it
>is taking a long time due to the size of my images.
>However, I haven't found a way to capture this event
>other than using TAntiAliasTransform (instead of the
>TImageScrollBox.AntiAliased property). However,
>TAntiAliasedTransform does not seem to do nearly as
>good a job at AntiAlias as TImageScrollBox.AntiAliased
>property.
>
>On a side note, does anyone have any recommendations
>on ways to improve AntiAlias performance?
>
>THanks,
>Brian