MindFusion.Wpf Pack Programmer's Guide
Drawing.AddPicture Method (String, Int32, Int32)
See Also
 





Creates and adds a new picture with the specified image to the drawing.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Picture AddPicture (
    string imagePath,
    int column,
    int row
)

Visual Basic  Copy Code

Public Function AddPicture( _
    imagePath As String, _
    column As Integer, _
    row As Integer _
) As Picture

 Parameters

imagePath

The full name of the file containing the image.

column

The column where the picture will be positioned initially.

row

The row where the picture will be positioned initially.

 Return Value

A Picture object representing the newly created picture.

 See Also

AddPicture Method Overload List
Drawing Members
Drawing Class
MindFusion.Spreadsheet.Wpf Namespace