| Name | Description |
 | AddArc | Overloaded. Appends an elliptical arc to the current figure. |
 | AddBezier | Overloaded. Adds a cubic Bézier curve to the current figure. |
 | AddBeziers | Adds a sequence of connected cubic Bézier curves to the current figure. |
 | AddClosedCurve | Overloaded. Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. |
 | AddCurve | Overloaded. Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array. |
 | AddEllipse | Overloaded. Adds an ellipse to the current path. |
 | AddLine | Overloaded. Appends a line segment to this CarouselPath. |
 | AddLines | Appends a series of connected line segments to the end of this CarouselPath. |
 | AddPath | Overloaded. Appends the specified CarouselPath to this path. |
 | AddPie | Adds the outline of a pie shape to this path. |
 | AddPolygon | Adds a polygon to this path. |
 | AddRectangle | Adds a rectangle to this path. |
 | AddRectangles | Adds a series of rectangles to this path. |
 | AddString | Overloaded. Adds a text string to this path. |
 | Clone | Creates an exact copy of this path. |
 | CloseAllFigures | Closes all open figures in this path and starts a new figure. It closes each open figure by connecting a line from its endpoint to its starting point. |
 | CloseFigure | Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. |
 | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
 | Dispose | Overridden. Releases all resources used by this CarouselPath. |
 | Flatten | Overloaded. Converts each curve in this path into a sequence of connected line segments. |
 | GetBounds | Overloaded. Returns a rectangle that bounds this CarouselPath. |
 | GetLastPoint | Gets the last point in the PathPoints array of this CarouselPath. |
 | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
 | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
 | IsOutlineVisible | Overloaded. Indicates whether the specified point is contained within (under) the outline of this CarouselPath when drawn with the specified System.Drawing.Pen. |
 | IsVisible | Overloaded. Indicates whether the specified point is contained within this CarouselPath. |
 | LoadFromBinary | Overloaded. Loads CarouselPath data from the specified stream previously saved in binary format. |
 | LoadFromXml | Overloaded. Loads data from the specified stream previously saved in XML (SOAP) format. |
 | LoadPredefinedOpacityStops | Loads the OpacityStops collection with the predefined PathOpacityStop objects |
 | LoadPredefinedPath | Loads the PathData with the predefined path. |
 | LoadPredefinedScalingStops | Loads the ScalingStops collection with the predefined PathScalingStop objects |
 | NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) |
 | Reset | Empties the PathPoints and PathTypes arrays and sets the System.Drawing.Drawing2D.FillMode to System.Drawing.Drawing2D.FillMode.Alternate. |
 | ResetAnimationFrames | Resets the value of the AnimationFrames property to its default. |
 | ResetItemRenderingOrder | Resets the value of the ItemRenderingOrder property to its default. |
 | ResetItemSlots | Resets the value of the ItemSlots property to its default. |
 | ResetItemWrapping | Resets the value of the ItemWrapping property to its default. |
 | ResetName | Resets the value of the Name property to its default. |
 | ResetOpacityStops | Resets the OpacityStops property to its default value. |
 | ResetPathData | Empties the PathPoints and PathTypes arrays. |
 | ResetPathMargin | Resets the value of the PathMargin property to its default. |
 | ResetScalingStops | Resets the ScalingStops property to its default value. |
 | ResetSnapToPosition | Resets the value of the SnapToPosition property to its default. |
 | Reverse | Reverses the order of points in the PathPoints array of this CarouselPath. |
 | Rotate | Overloaded. Rotates this CarouselPath at the specified point. |
 | SaveAsBinary | Overloaded. Loads CarouselPath data from the specified stream previously saved in binary format. |
 | SaveAsXml | Overloaded. Loads data from the specified stream previously saved in XML (SOAP) format. |
 | ShouldSerialize | Indicates whether the object needs to be persisted. |
 | ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) |
 | StartFigure | Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure. |
 | ToString | Returns a System.String that represents the current System.Object. |
 | Transform | Applies a transform matrix to this CarouselPath. |
 | VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
 | Warp | Overloaded. Applies a warp transform, defined by a rectangle and a parallelogram, to this CarouselPath. |