Procházet zdrojové kódy

添加VinnoImage.Index的修改

Jeremy před 1 rokem
rodič
revize
7e98e2730c
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      Vinno.vCloud.Common.Vid2.Standard/VinnoImage.cs

+ 4 - 4
Vinno.vCloud.Common.Vid2.Standard/VinnoImage.cs

@@ -4,7 +4,7 @@ using Vinno.vCloud.Common.Vid2.Visuals;
 
 namespace Vinno.vCloud.Common.Vid2
 {
-    
+
     /// <summary>
     /// Used for update the image data.
     /// </summary>
@@ -41,7 +41,7 @@ namespace Vinno.vCloud.Common.Vid2
         /// <summary>
         /// Gets the index of this image.
         /// </summary>
-        public int Index { get; }
+        public int Index { get; set; }
 
 
         /// <summary>
@@ -52,7 +52,7 @@ namespace Vinno.vCloud.Common.Vid2
         /// <summary>
         /// Gets the height of this image data.
         /// </summary>
-        public int  Height { get; }
+        public int Height { get; }
 
 
         /// <summary>
@@ -64,7 +64,7 @@ namespace Vinno.vCloud.Common.Vid2
         /// <summary>
         /// Gets all visuals of this image.
         /// </summary>
-        public IList<VinnoVisual> Visuals { get; }
+        public IList<VinnoVisual> Visuals { get; set; }
 
 
         /// <summary>