Specifies the interpolation filter to apply when the last frame is showed (when the animation ends).

Default is FastLinear.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEResampleFilter LastFrameZoomFilter { get; set; }
Public Property LastFrameZoomFilter As IEResampleFilter
	Get
	Set
public:
property IEResampleFilter LastFrameZoomFilter {
	IEResampleFilter get ();
	void set (IEResampleFilter value);
}

See Also