Implements a circular animation.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class IECircularFlow : IEAnimation
Public Class IECircularFlow _
	Inherits IEAnimation
public ref class IECircularFlow : public IEAnimation

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
IECircularFlow()()()()
IECircularFlow constructor.
AnimDuration
Specifies the animation duration in milliseconds. Default is 800ms.
(Inherited from IEAnimation.)
CurrentImageZoom
Specifies the zoom (0..1) for central image. Default is 1.0.
Depth
Specifies the 3D projection depth. Default is 500.
(Inherited from IEAnimation.)
EllipseAngle
Specifies the ellipse (the curve where images are placed) angle in degrees. Default is 0 degrees.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
IECircularFlow destructor
(Overrides Object..::..Finalize()()()().)
FramesZoomFilter

Specifies the interpolation filter to apply when the animation runs.

Default is None.

(Inherited from IEAnimation.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImagesSizePercentage
Specifies the percentage (1..100) of view size used for images. Default is 40.
ImagesZoom
Specifies the zoom (0..1) for non-central images. Default is 0.2.
LastFrameZoomFilter

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

Default is FastLinear.

(Inherited from IEAnimation.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RestartAnimation()()()()
Restarts the animation.
(Inherited from IEAnimation.)
ShadowAlphaMax
Specifies the maximum alpha value for the shadow. Default is 40.
(Inherited from IEAnimation.)
ShadowAlphaMin
Specifies the minimum alpha value for the shadow. Default is 0.
(Inherited from IEAnimation.)
ShowBorder
If true a border will be painted around all images.
(Inherited from IEAnimation.)
ShowScrollbar
If true the scrollbar will be painted.
(Inherited from IEAnimation.)
ShowText
If true the current image text will be painted.
(Inherited from IEAnimation.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VisibleImages
Specifies the number of visible images. Deault is 15.

Inheritance Hierarchy

System..::..Object
  HiComponents.IEvolution..::..IEAnimation
    HiComponents.IEvolution..::..IECircularFlow

See Also