Class GifCommentBlock

Class GifCommentBlock

ja nimityö: Aspose.Imaging.FileFormats.Gif.Blocks Kokoelma: Aspose.Imaging.dll (25.4.0)

Gif kommentoi blogia.

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

Inheritance

object GifBlock GifCommentBlock

Implements

IGifBlock

Perintöjäsenet

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()

Aloitetaan uusi esimerkki Aspose.Imaging.FileFormats.Gif.Blocks. GifCommentBlock luokka.

public GifCommentBlock()

GifCommentBlock(String)

Aloitetaan uusi esimerkki Aspose.Imaging.FileFormats.Gif.Blocks. GifCommentBlock luokka.

public GifCommentBlock(string comment)

Parameters

comment string

Tämä kommentti .

Fields

BlockHeaderSize

Määritä lohkon päällikön koko.

public const int BlockHeaderSize = 2

kentän arvo

int

ExtensionLabel

Gif kommentti estää laajennusmerkinnät.

public const byte ExtensionLabel = 254

kentän arvo

byte

Properties

Comment

Ota huomioon, että kommentin on käytettävä ASCII-koodia ja se tallennetaan vastaavasti.

public string Comment { get; set; }

Omistuksen arvo

string

Methods

Save(Stream)

Säästä blokki määritellylle virtaukselle.

public override void Save(Stream stream)

Parameters

stream Stream

Virtaa tallentaa tietoja.

 Suomi