ShapeList
AppendEmbedImage Method (ShapeType, Stream, RectangleF)
|
Add a new embed image to List.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IEmbedImage AppendEmbedImage(
ShapeType shapeType,
Stream stream,
RectangleF rectangle
)
Public Function AppendEmbedImage (
shapeType As ShapeType,
stream As Stream,
rectangle As RectangleF
) As IEmbedImage
public:
IEmbedImage^ AppendEmbedImage(
ShapeType shapeType,
Stream^ stream,
RectangleF rectangle
)
member AppendEmbedImage :
shapeType : ShapeType *
stream : Stream *
rectangle : RectangleF -> IEmbedImage
Parameters
-
shapeType
-
Type:
Spire.Presentation
ShapeType
-
stream
-
Type:
System.IO
Stream
-
rectangle
-
Type:
System.Drawing
RectangleF
Return Value
Type:
IEmbedImage
See Also