Image Constructor

Definition

Initializes a new instance of the Image class.

public:
 Image();
public Image ();
Public Sub New ()

Remarks

The following example creates a new image from a file

var image = new Image { Source = "picture.png" };

Applies to