Has the TIEFillToolInteraction.SampleSize shape a circular or rectangular form?
The reason why I am asking: When setting the value of:
ImageEnView1.FillTool.SampleSize
...I would like to show the user a magnified preview of the sample area from the mouse position.
Is there a built-in feature to achieve this?
Or do I have to manually BITBLT the accordingly sized screen area from the mouse position to an image control in the UI?