Click or drag to resize

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
)

Parameters

shapeType
Type: Spire.Presentation ShapeType
fileName
Type: System String
rectangle
Type: System.Drawing RectangleF

Return Value

Type: IEmbedImage
See Also