Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / Picture Constructor / Picture Constructor(Image)
Image


In This Topic
    Picture Constructor(Image)
    In This Topic
    Creates a picture with the specified image.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal i As Image _
    )
    'Usage
     
    
    Dim i As Image
     
    Dim instance As New Picture(i)
    public Picture( 
       Image i
    )

    Parameters

    i
    Image
    See Also