Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.Util / ImageUtil / GifFrame.cs
index 48a8896..6649e29 100644 (file)
@@ -19,13 +19,13 @@ using System;
 namespace Tizen.Multimedia.Util
 {
     /// <summary>
-    /// Represent gif image data used to encode a gif image with <see cref="GifEncoder"/>.
+    /// Represents the gif image data used to encode a gif image with <see cref="GifEncoder"/>.
     /// </summary>
     public class GifFrame
     {
 
         /// <summary>
-        /// Initialize a new instance of the <see cref="GifFrame"/> class with a buffer and a delay.
+        /// Initializes a new instance of the <see cref="GifFrame"/> class with a buffer and a delay.
         /// </summary>
         /// <param name="buffer">The raw image buffer to be encoded.</param>
         /// <param name="delay">The delay for this image, in 0.001 sec units.</param>