Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public sealed class ShapeCollection : ShapeList, 
	ICollection, IEnumerable
Public NotInheritable Class ShapeCollection
	Inherits ShapeList
	Implements ICollection, IEnumerable
public ref class ShapeCollection sealed : public ShapeList, 
	ICollection, IEnumerable
[<SealedAttribute>]
type ShapeCollection =  
    class
        inherit ShapeList
        interface ICollection
        interface IEnumerable
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AddFromHtml(String) (Inherited from ShapeList.)
AddShape(Shape) (Inherited from ShapeList.)
AppendAudioMedia(RectangleF) (Inherited from ShapeList.)
AppendAudioMedia(Stream, RectangleF) (Inherited from ShapeList.)
AppendAudioMedia(String, RectangleF) (Inherited from ShapeList.)
AppendAudioMedia(Stream, Single, Single) (Inherited from ShapeList.)
AppendAudioMedia(String, RectangleF, Boolean) (Inherited from ShapeList.)
AppendAudioMedia(String, Single, Single) (Inherited from ShapeList.)
AppendAudioMedia(String, Single, Single, Boolean) (Inherited from ShapeList.)
AppendChart(ChartType, RectangleF) (Inherited from ShapeList.)
AppendChart(ChartType, RectangleF, Boolean) (Inherited from ShapeList.)
AppendEmbedImage(ShapeType, IImageData, RectangleF) (Inherited from ShapeList.)
AppendEmbedImage(ShapeType, Stream, RectangleF) (Inherited from ShapeList.)
AppendEmbedImage(ShapeType, String, RectangleF) (Inherited from ShapeList.)
AppendOleObject(String, array<Byte>[]()[][], RectangleF) (Inherited from ShapeList.)
AppendOleObject(String, MemoryStream, RectangleF) (Inherited from ShapeList.)
AppendRoundRectangle(Single, Single, Single, Single, Single) (Inherited from ShapeList.)
AppendShape(ShapeType, RectangleF) (Inherited from ShapeList.)
AppendShape(ShapeType, PointF, PointF) (Inherited from ShapeList.)
AppendShapeConnector(ShapeType, RectangleF) (Inherited from ShapeList.)
AppendSmartArt(Single, Single, Single, Single, SmartArtLayoutType) (Inherited from ShapeList.)
AppendTable(Single, Single, array<Double>[]()[][], array<Double>[]()[][]) (Inherited from ShapeList.)
AppendVideoMedia(Stream, RectangleF) (Inherited from ShapeList.)
AppendVideoMedia(String, RectangleF) (Inherited from ShapeList.)
AppendVideoMedia(String, RectangleF, Boolean) (Inherited from ShapeList.)
CopyTo(Array, Int32)
Count (Inherited from ShapeList.)
CreateChart(IChart, RectangleF, Int32) (Inherited from ShapeList.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetEnumerator()()()() (Inherited from ShapeList.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(IShape) (Inherited from ShapeList.)
InsertAudioMedia(Int32, RectangleF) (Inherited from ShapeList.)
InsertAudioMedia(Int32, Stream, RectangleF) (Inherited from ShapeList.)
InsertAudioMedia(Int32, String, RectangleF) (Inherited from ShapeList.)
InsertAudioMedia(Int32, String, RectangleF, Boolean) (Inherited from ShapeList.)
InsertAudioMedia(Int32, String, Single, Single) (Inherited from ShapeList.)
InsertAudioMedia(Int32, String, Single, Single, Boolean) (Inherited from ShapeList.)
InsertChart(Int32, ChartType, RectangleF, Boolean) (Inherited from ShapeList.)
InsertEmbedImage(Int32, ShapeType, RectangleF, IImageData) (Inherited from ShapeList.)
InsertOleObject(Int32, String, array<Byte>[]()[][], RectangleF) (Inherited from ShapeList.)
InsertOleObject(Int32, String, MemoryStream, RectangleF) (Inherited from ShapeList.)
InsertRoundRectangle(Int32, Single, Single, Single, Single, Single) (Inherited from ShapeList.)
InsertShape(Int32, ShapeType, RectangleF) (Inherited from ShapeList.)
InsertShapeConnector(Int32, ShapeType, RectangleF) (Inherited from ShapeList.)
InsertTable(Int32, Single, Single, array<Double>[]()[][], array<Double>[]()[][]) (Inherited from ShapeList.)
InsertVideoMedia(Int32, String, RectangleF) (Inherited from ShapeList.)
IsSynchronized
Item[([( Int32])]) (Inherited from ShapeList.)
Parent (Inherited from ShapeList.)
Remove(IShape) (Inherited from ShapeList.)
RemoveAt(Int32) (Inherited from ShapeList.)
SaveAsEMF(Int32, String) (Inherited from ShapeList.)
SaveAsImage(Int32) (Inherited from ShapeList.)
SyncRoot
ToArray()()()() (Inherited from ShapeList.)
ToArray(Int32, Int32) (Inherited from ShapeList.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ZOrder(Int32, IShape) (Inherited from ShapeList.)
ZOrder(Int32, array<IShape>[]()[][]) (Inherited from ShapeList.)

Inheritance Hierarchy

System..::..Object
  Spire.Presentation.Collections..::..ShapeList
    Spire.Presentation..::..ShapeCollection

See Also