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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class ShapeList
Public Class ShapeList
public ref class ShapeList
type ShapeList =  class end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AddFromHtml(String)
AddShape(Shape)
AppendAudioMedia(RectangleF)
AppendAudioMedia(Stream, RectangleF)
AppendAudioMedia(String, RectangleF)
AppendAudioMedia(Stream, Single, Single)
AppendAudioMedia(String, RectangleF, Boolean)
AppendAudioMedia(String, Single, Single)
AppendAudioMedia(String, Single, Single, Boolean)
AppendChart(ChartType, RectangleF)
AppendChart(ChartType, RectangleF, Boolean)
AppendEmbedImage(ShapeType, IImageData, RectangleF)
AppendEmbedImage(ShapeType, Stream, RectangleF)
AppendEmbedImage(ShapeType, String, RectangleF)
AppendOleObject(String, array<Byte>[]()[][], RectangleF)
AppendOleObject(String, MemoryStream, RectangleF)
AppendRoundRectangle(Single, Single, Single, Single, Single)
AppendShape(ShapeType, RectangleF)
AppendShape(ShapeType, PointF, PointF)
AppendShapeConnector(ShapeType, RectangleF)
AppendSmartArt(Single, Single, Single, Single, SmartArtLayoutType)
AppendTable(Single, Single, array<Double>[]()[][], array<Double>[]()[][])
AppendVideoMedia(Stream, RectangleF)
AppendVideoMedia(String, RectangleF)
AppendVideoMedia(String, RectangleF, Boolean)
Count
CreateChart(IChart, RectangleF, Int32)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator()()()()
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)
InsertAudioMedia(Int32, RectangleF)
InsertAudioMedia(Int32, Stream, RectangleF)
InsertAudioMedia(Int32, String, RectangleF)
InsertAudioMedia(Int32, String, RectangleF, Boolean)
InsertAudioMedia(Int32, String, Single, Single)
InsertAudioMedia(Int32, String, Single, Single, Boolean)
InsertChart(Int32, ChartType, RectangleF, Boolean)
InsertEmbedImage(Int32, ShapeType, RectangleF, IImageData)
InsertOleObject(Int32, String, array<Byte>[]()[][], RectangleF)
InsertOleObject(Int32, String, MemoryStream, RectangleF)
InsertRoundRectangle(Int32, Single, Single, Single, Single, Single)
InsertShape(Int32, ShapeType, RectangleF)
InsertShapeConnector(Int32, ShapeType, RectangleF)
InsertTable(Int32, Single, Single, array<Double>[]()[][], array<Double>[]()[][])
InsertVideoMedia(Int32, String, RectangleF)
Item[([( Int32])])
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parent
Remove(IShape)
RemoveAt(Int32)
SaveAsEMF(Int32, String)
SaveAsImage(Int32)
ToArray()()()()
ToArray(Int32, Int32)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ZOrder(Int32, IShape)
ZOrder(Int32, array<IShape>[]()[][])

Inheritance Hierarchy

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

See Also