Skip to main content

NestedShapeCollection Methods

A base interface for collections that store nested shapes.
Name Description
AddGroup() Adds a nested group to an existing shape group or a drawing canvas.
AddLine(PointF, PointF) Adds a line to a shape group or a drawing canvas.
AddOleObject(Stream, String, DocumentImageSource, PointF) Adds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(Stream, String, DocumentImageSource, RectangleF) Adds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(Stream, String, Image, PointF) Adds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(Stream, String, Image, RectangleF) Adds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, DocumentImageSource, PointF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, DocumentImageSource, RectangleF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, Image, PointF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, Image, RectangleF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, String, DocumentImageSource, PointF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, String, DocumentImageSource, RectangleF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, String, Image, PointF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, String, Image, RectangleF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObjectAsIcon(Stream, String, DocumentImageSource, PointF) Adds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(Stream, String, DocumentImageSource, RectangleF) Adds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(Stream, String, Image, PointF) Adds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(Stream, String, Image, RectangleF) Adds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(String, DocumentImageSource, PointF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(String, DocumentImageSource, RectangleF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(String, Image, PointF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(String, Image, RectangleF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(String, String, DocumentImageSource, PointF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(String, String, DocumentImageSource, RectangleF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(String, String, Image, PointF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddOleObjectAsIcon(String, String, Image, RectangleF) Adds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an icon.
AddPicture(DocumentImageSource, PointF) Adds a picture to a shape group or a drawing canvas.
AddPicture(DocumentImageSource, RectangleF) Adds a picture to a shape group or a drawing canvas.
AddPicture(Image, PointF) Adds a picture to a shape group or a drawing canvas.
AddPicture(Image, RectangleF) Adds a picture to a shape group or a drawing canvas.
AddShape(ShapeGeometryPreset, RectangleF) Adds a shape to a group or a drawing canvas.
CopyTo(Array, Int32) Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection.
GetEnumerator() Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>.
See Also