MindFusion.Wpf Pack Programmer's Guide
Picture Class
Remarks See Also
 





Represents a picture in a drawing within a worksheet.

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

 Syntax

C#  Copy Code

public class Picture : InteractiveObject

Visual Basic  Copy Code

Public Class Picture
    Inherits InteractiveObject

 Remarks

Objects of this class cannot be instantiated directly. To create and add a picture to a Worksheet, call the AddPicture method of the worksheet's Drawing.

 Example

The following example demonstrates how to add a picture to an existing worksheet:

C#  Copy Code

worksheet.Drawing.AddPicture("picture.png");

Visual Basic  Copy Code

worksheet.Drawing.AddPicture("picture.png")

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            MindFusion.Spreadsheet.Wpf.InteractiveObject
                MindFusion.Spreadsheet.Wpf.Picture

 See Also

Picture Members
MindFusion.Spreadsheet.Wpf Namespace