Class GifCommentBlock
Class GifCommentBlock
名称: Aspose.Imaging.FileFormats.Gif.Blocks アセンション: Aspose.Imaging.dll (25.5.0)
GIF コメントブロック
[JsonObject(MemberSerialization.OptIn)]
public class GifCommentBlock : GifBlock, IGifBlockInheritance
object ← GifBlock ← GifCommentBlock
Implements
相続人
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フィールド価値
ExtensionLabel
Gif コメントブロック拡張ラベル
public const byte ExtensionLabel = 254フィールド価値
Properties
Comment
コメントを取得または設定します. コメントは ASCII コードを使用する必要があり、それに応じて保存されます。
public string Comment { get; set; }不動産価値
Methods
Save(Stream)
ブロックを指定ストリームに保存します。
public override void Save(Stream stream)Parameters
stream Stream
データを保存するためのストリーム。