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


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

    Parameters

    name
    The picture name.
    imageStream
    The image stream of the picture.
    See Also