Image Constructor

Definition

Initializes a new instance of the Image class.

public Image ();

Remarks

The following example creates a new image from a file

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

Applies to