Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BlockImage"/> class with an existing <see cref="Json.BlockParallaxMetadata"/> storage.
 /// </summary>
 /// <param name="image">A <see cref="Json.BlockParallaxMetadata"/> to use a storage for the entry.</param>
 public BlockImage(Json.BlockParallaxMetadata image)
 {
     JsonImage = image;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BlockImage"/> class.
 /// </summary>
 public BlockImage()
 {
     JsonImage = new Json.BlockParallaxMetadata();
 }