Link Search Menu Expand Document

PictureShape Constructor

Initializes a new instance of the PictureShape class.

Namespace:Bytescout.Spreadsheet.MSODrawing
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public PictureShape(
	Image image,
	Worksheet worksheet
)

Parameters

image
Type: System.DrawingImage
The image.
worksheet
Type: Bytescout.SpreadsheetWorksheet
The parent worksheet.
See Also

Reference