Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / dd Class / GetImage Method / GetImage(String,Image) Method

In This Topic
    GetImage(String,Image) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetImage( _
       ByVal path As System.String, _
       ByVal defaultValue As System.Drawing.Image _
    ) As System.Drawing.Image
    public System.Drawing.Image GetImage( 
       System.string path,
       System.Drawing.Image defaultValue
    )

    Parameters

    path
    defaultValue
    See Also