Class GifCommentBlock

Class GifCommentBlock

ชื่อพื้นที่: Aspose.Imaging.FileFormats.Gif.Blocks การประกอบ: Aspose.Imaging.dll (25.4.0)

บล็อกความคิดเห็น GIF

[JsonObject(MemberSerialization.OptIn)]
public class GifCommentBlock : GifBlock, IGifBlock

Inheritance

object GifBlock GifCommentBlock

Implements

IGifBlock

อนุญาโตตุลาการ

GifBlock.ExtensionIntroducer , GifBlock.Save(Stream) , GifBlock.IsChanged , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

GifCommentBlock()

เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Imaging.FileFormats.Gif.Blocks.GifCommentBlock

public GifCommentBlock()

GifCommentBlock(รั้ว)

เปิดตัวตัวอย่างใหม่ของคลาส Aspose.Imaging.FileFormats.Gif.Blocks.GifCommentBlock

public GifCommentBlock(string comment)

Parameters

comment string

ความคิดเห็น

Fields

BlockHeaderSize

กําหนดขนาดหัวบล็อก

public const int BlockHeaderSize = 2

หมายเลข

int

ExtensionLabel

ความคิดเห็น Gif บล็อกการขยายแท็ก

public const byte ExtensionLabel = 254

หมายเลข

byte

Properties

Comment

รับหรือวางความคิดเห็น โปรดทราบว่าความคิดเห็นจะต้องใช้การเข้ารหัส ASCII และจะถูกเก็บไว้ตามที่

public string Comment { get; set; }

คุณสมบัติมูลค่า

string

Methods

Save(Stream)

เก็บบล็อกไปยังกระแสที่ระบุ

public override void Save(Stream stream)

Parameters

stream Stream

กระแสเพื่อบันทึกข้อมูล

 แบบไทย