Class GifBlock
Class GifBlock
İsim alanı : Aspose.Imaging.FileFormats.Gif Toplantı: Aspose.Imaging.dll (25.4.0)
GIF Blok Uygulaması.
[JsonObject(MemberSerialization.OptIn)]
public abstract class GifBlock : IGifBlock
Inheritance
Derived
GifApplicationExtensionBlock , GifCommentBlock , GifGraphicsControlBlock , GifPlainTextRenderingBlock , GifUnknownExtensionBlock
Implements
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
GifBlock()
protected GifBlock()
Fields
ExtensionIntroducer
Genişletme tanıtımı.
public const byte ExtensionIntroducer = 33
alan değeri
Properties
IsChanged
Blok değişmiş olup olmadığını gösteren bir değer alır veya ayarlar ve tasarruf gerektirir.
public bool IsChanged { get; set; }
Mülkiyet Değer
Methods
Save(Stream)
blokları belirlenmiş akışa kaydeder.
public abstract void Save(Stream stream)
Parameters
stream
Stream
veri kaydetmek için akış.