Class CdrBmp

Class CdrBmp

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cdr.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Książka BMP

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

Inheritance

object DisposableObject CdrObject CdrDictionaryItem CdrBmp

Implements

IDisposable

Dziedziczeni członkowie

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

Zostaw lub ustaw BPP.

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

Wartość nieruchomości

int

BytesPerLine

Dostępne lub ustawione byty na linii.

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

Wartość nieruchomości

int

ColorModel

Dostęp lub ustaw kolorowy model.

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

Wartość nieruchomości

int

Height

Dostaje lub ustawia wysokość.

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

Wartość nieruchomości

int

Palette

Zostaw lub ustaw paletę.

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

Wartość nieruchomości

int [ ]

Width

Dostęp lub ustaw szerokość.

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

Wartość nieruchomości

int

Methods

ReleaseManagedResources()

Upewnij się, że nie zarządzane zasoby nie są tutaj uwalniane, ponieważ mogą być już uwalniane.

protected override void ReleaseManagedResources()

Zobacz również

CdrObjectContainer

 Polski