MindFusion.Wpf Pack Programmer's Guide
Drawing.AddPicture Method (String)
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
)

Visual Basic  Copy Code

Public Function AddPicture( _
    imagePath As String _
) As Picture

 Parameters

imagePath

The full name of the file containing the image.

 Return Value

A Picture object representing the newly created picture.

 See Also

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