Class GifBlock
Class GifBlock
Tên không gian: Aspose.Imaging.FileFormats.Gif Tổng hợp: Aspose.Imaging.dll (25.4.0)
Định nghĩa GIF block implementation.
[JsonObject(MemberSerialization.OptIn)]
public abstract class GifBlock : IGifBlock
Inheritance
Derived
GifApplicationExtensionBlock , GifCommentBlock , GifGraphicsControlBlock , GifPlainTextRenderingBlock , GifUnknownExtensionBlock
Implements
Thành viên thừa kế
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
mở rộng giới thiệu
public const byte ExtensionIntroducer = 33
Giá trị Field
Properties
IsChanged
Nhận hoặc đặt một giá trị cho thấy nếu khối đã thay đổi và yêu cầu tiết kiệm.
public bool IsChanged { get; set; }
Giá trị bất động sản
Methods
Save(Stream)
Tiết kiệm khối cho dòng cụ thể.
public abstract void Save(Stream stream)
Parameters
stream
Stream
Stream để lưu dữ liệu đến.