Icon Interpolate Method

procedure Interpolate(ARect: TCanvasRect; AAmount: Double)

Available In: Visual Client Applications

Use this method to calculate a new rectangle using the difference between the coordinates of the rectangle and a source rectangle multiplied by a specified distance amount. This calculation is useful for moving a rectangle along a given linear path between a source rectangle and a destination rectangle.
Image