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