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

データを保存するためのストリーム。

 日本語