Class CdrBmp

Class CdrBmp

Името на пространството: Aspose.Imaging.FileFormats.Cdr.Objects Асамблея: Aspose.Imaging.dll (25.4.0)

КДР БМП

[JsonObject(MemberSerialization.OptIn)]
public class CdrBmp : CdrDictionaryItem, IDisposable

Inheritance

object DisposableObject CdrObject CdrDictionaryItem CdrBmp

Implements

IDisposable

наследници

CdrDictionaryItem.Id , CdrObject.Parent , CdrObject.Document , DisposableObject.Dispose() , DisposableObject.ReleaseManagedResources() , DisposableObject.ReleaseUnmanagedResources() , DisposableObject.VerifyNotDisposed() , DisposableObject.Disposed , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CdrBmp()

public CdrBmp()

Properties

Bpp

Получавате или поставяте BPP.

[JsonProperty]
public int Bpp { get; set; }

стойност на имота

int

BytesPerLine

Получава или поставя байтите по линия.

[JsonProperty]
public int BytesPerLine { get; set; }

стойност на имота

int

ColorModel

Получава или поставя цвета модел.

[JsonProperty]
public int ColorModel { get; set; }

стойност на имота

int

Height

Вземете или поставете височината.

[JsonProperty]
public int Height { get; set; }

стойност на имота

int

Palette

Вземете или поставете палитрата.

[JsonProperty]
public int[] Palette { get; set; }

стойност на имота

int []

Width

Вземете или поставете ширината.

[JsonProperty]
public int Width { get; set; }

стойност на имота

int

Methods

ReleaseManagedResources()

Уверете се, че не управлявани ресурси не се пускат тук, тъй като те може да са вече пуснати.

protected override void ReleaseManagedResources()

Вижте също

CdrObjectContainer

 Български