Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ImageObject"/> class.
 /// </summary>
 /// <exception cref="NotSupportedException">The feature is not supported.</exception>
 /// <since_tizen> 4 </since_tizen>
 public ImageObject()
 {
     InteropImage.Create(out _handle).Validate("Failed to create image object");
 }