PicturesAdd Method (Double, Double, Image)Bytescout Spreadsheet SDK
Adds the specified left. Returns PictureShape object.

Namespace:  Bytescout.Spreadsheet.Generic
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public PictureShape Add(
	double left,
	double top,
	Image image
)

Parameters

left
Type: SystemDouble
The left in points.
top
Type: SystemDouble
The top in points.
image
Type: System.DrawingImage
The image.

Return Value

Type: PictureShape

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Generic.Pictures.Add(System.Double,System.Double,System.Drawing.Image)"]

See Also

Reference