Link Search Menu Expand Document

PicturesAdd Method (Image, Int32, Int32)

Adds the specified image. Returns PictureShape object.

Namespace:Bytescout.Spreadsheet.Generic
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public PictureShape Add(
	Image image,
	int left,
	int top
)

Parameters

image
Type: System.DrawingImage
The image.
left
Type: SystemInt32
The left in pixels.
top
Type: SystemInt32
The top in pixels.

Return Value

Type: PictureShape

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

See Also

Reference