ShapeList
AppendEmbedImage Method (ShapeType, IImageData, 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,
IImageData embedImage,
RectangleF rectangle
)
Public Function AppendEmbedImage (
shapeType As ShapeType,
embedImage As IImageData,
rectangle As RectangleF
) As IEmbedImage
public:
IEmbedImage^ AppendEmbedImage(
ShapeType shapeType,
IImageData^ embedImage,
RectangleF rectangle
)
member AppendEmbedImage :
shapeType : ShapeType *
embedImage : IImageData *
rectangle : RectangleF -> IEmbedImage
Parameters
-
shapeType
-
Type:
Spire.Presentation
ShapeType
-
embedImage
-
Type:
Spire.Presentation.Drawing
IImageData
-
rectangle
-
Type:
System.Drawing
RectangleF
Return Value
Type:
IEmbedImage
See Also