Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Picture Class / Picture Constructor / Picture Constructor(String,ImageSource)
The picture name.
The image source of the picture.


In This Topic
    Picture Constructor(String,ImageSource)
    In This Topic
    Initializes a new instance of the Picture class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal source As ImageSource _
    )
    'Usage
     
    Dim name As String
    Dim source As ImageSource
     
    Dim instance As New Picture(name, source)
    public Picture( 
       string name,
       ImageSource source
    )

    Parameters

    name
    The picture name.
    source
    The image source of the picture.
    See Also