Class CmxRasterImage

Class CmxRasterImage

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Przedstawia dane określone dla obrazów rasterowych.

[JsonObject(MemberSerialization.OptIn)]
public class CmxRasterImage : ICmxObjectSpec

Inheritance

object CmxRasterImage

Implements

ICmxObjectSpec

Dziedziczeni członkowie

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CmxRasterImage()

public CmxRasterImage()

Properties

BitsPerPixel

Uzyskuje lub ustawia bity na piksele.

[JsonProperty]
public uint BitsPerPixel { get; set; }

Wartość nieruchomości

uint

BytesPerLine

Zostaw lub ustaw rozmiar linii.Środki w bajtach.

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

Wartość nieruchomości

uint

ColorModel

Dostęp lub ustaw kolorowy model.

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

Wartość nieruchomości

uint

ColorPalette

Dostęp lub ustaw kolor palety array.Elementy są wartości kolorów ARGB reprezentowane w System.Int32

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

Wartość nieruchomości

int [ ]

CompressedSize

Uzyskuje lub ustawia rozmiar kompresji obrazu.Środki w bajtach.

[JsonProperty]
public uint CompressedSize { get; set; }

Wartość nieruchomości

uint

Compression

Przyjmuj lub ustaw kompresję.

[JsonProperty]
public ushort Compression { get; set; }

Wartość nieruchomości

ushort

Height

Uzyskuje lub ustawia wysokość obrazu.Mierzone w pikselach.

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

Wartość nieruchomości

uint

IsMask

Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest maską.

[JsonProperty]
public bool IsMask { get; set; }

Wartość nieruchomości

bool

RawData

Otrzymuje lub ustawia surowe dane bytu obrazu.

[JsonProperty]
public byte[] RawData { get; set; }

Wartość nieruchomości

byte [ ]

Size

Uzyskuje lub ustawia rozmiar obrazu.Środki w bajtach.

[JsonProperty]
public uint Size { get; set; }

Wartość nieruchomości

uint

Type

Otrzymuje lub ustawia typ obrazu.

[JsonProperty]
public ushort Type { get; set; }

Wartość nieruchomości

ushort

Width

Uzyskuje lub ustawia szerokość obrazu.Mierzone w pikselach.

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

Wartość nieruchomości

uint

Methods

Equals(CmxRasterImage)

Sprawdź, czy obiekty są równe.

protected bool Equals(CmxRasterImage other)

Parameters

other CmxRasterImage

Kolejny obiekt.

Returns

bool

Wynik porównania równości.

Equals(Obiekt)

Sprawdź, czy obiekty są równe.

public override bool Equals(object obj)

Parameters

obj object

Kolejny obiekt.

Returns

bool

Wynik porównania równości.

GetHashCode()

Zdobądź kod hash bieżącego obiektu.

public override int GetHashCode()

Returns

int

To jest kod hash.

ToString()

Powraca system.String, który reprezentuje tę instancję.

public override string ToString()

Returns

string

System.String, który reprezentuje tę instancję.

 Polski