Class CdrBmp

Class CdrBmp

ja nimityö: Aspose.Imaging.FileFormats.Cdr.Objects Kokoelma: Aspose.Imaging.dll (25.4.0)

Hän on cdr bmp

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

Inheritance

object DisposableObject CdrObject CdrDictionaryItem CdrBmp

Implements

IDisposable

Perintöjäsenet

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

Saa tai asettaa BPP: n.

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

Omistuksen arvo

int

BytesPerLine

Saa tai asettaa bytejä riviin.

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

Omistuksen arvo

int

ColorModel

Saat tai asettaa värimallin.

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

Omistuksen arvo

int

Height

Saa tai asettaa korkeuden.

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

Omistuksen arvo

int

Palette

Saa tai laita paletti.

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

Omistuksen arvo

int []

Width

Saa tai asettaa leveyden.

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

Omistuksen arvo

int

Methods

ReleaseManagedResources()

Varmista, että hallitsemattomia resursseja ei ole vapautettu täällä, koska ne saattavat olla jo vapautettu.

protected override void ReleaseManagedResources()

Katso myös

CdrObjectContainer

 Suomi