Class BitmapV4Header

Class BitmapV4Header

Nama dari : Aspose.Imaging.FileFormats.Bmp Pengumpulan: Aspose.Imaging.dll (25.4.0)

Struktur BitmapV4Header adalah file tajuk informasi bitmap. Ini adalah versi yang diperpanjang dari struktur BITMAPINFOHEADER.Struktur BitmapV4Header diperpanjang untuk memungkinkan gambar JPEG atau PNG untuk dipindahkan sebagai gambar sumber ke StretchDIBits.

public class BitmapV4Header : BitmapInfoHeader

Inheritance

object BitmapCoreHeader BitmapInfoHeader BitmapV4Header

Derived

BitmapV5Header

anggota yang diwarisi

BitmapInfoHeader.BitmapCompression , BitmapInfoHeader.BitmapImageSize , BitmapInfoHeader.BitmapXPelsPerMeter , BitmapInfoHeader.BitmapYPelsPerMeter , BitmapInfoHeader.BitmapColorsUsed , BitmapInfoHeader.BitmapColorsImportant , BitmapInfoHeader.ExtraBitMasks , BitmapCoreHeader.BitmapCoreHeaderSize , BitmapCoreHeader.Os22XBitmapHeaderSize , BitmapCoreHeader.Os22XBitmapHeaderFullSize , BitmapCoreHeader.BitmapInfoHeaderSize , BitmapCoreHeader.BitmapInfoHeaderSizeV2 , BitmapCoreHeader.BitmapInfoHeaderSizeV3 , BitmapCoreHeader.BitmapInfoHeaderSizeV4 , BitmapCoreHeader.BitmapInfoHeaderSizeV5 , BitmapCoreHeader.HeaderSize , BitmapCoreHeader.BitmapWidth , BitmapCoreHeader.BitmapHeight , BitmapCoreHeader.BitmapPlanes , BitmapCoreHeader.BitsPerPixel , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

AlphaMask

Dapatkan atau menetapkan masker warna yang menentukan komponen alfa setiap piksel.

public int AlphaMask { get; set; }

Nilai Properti

int

BlueMask

Dapatkan atau menetapkan masker warna yang menentukan komponen biru dari masing-masing pixel, valid hanya jika bV4Compression ditetapkan ke BI_BITFIELDS.

public int BlueMask { get; set; }

Nilai Properti

int

CSTYPE

Dapatkan atau menetapkan ruang warna dari DIB.

public int CSType { get; set; }

Nilai Properti

int

Endpoints

Mendapatkan atau menetapkan koordinatTriple kelas.

public CieCoordinatesTriple Endpoints { get; set; }

Nilai Properti

CieCoordinatesTriple

GammaBlue

Dapatkan atau menetapkan gamma biru.

public int GammaBlue { get; set; }

Nilai Properti

int

GammaGreen

Dapatkan atau menetapkan gamma hijau.

public int GammaGreen { get; set; }

Nilai Properti

int

GammaRed

Dapatkan atau menetapkan gamma merah.

public int GammaRed { get; set; }

Nilai Properti

int

GreenMask

Dapatkan atau menetapkan masker warna yang menentukan komponen hijau dari masing-masing pixel, valid hanya jika bV4Compression ditetapkan ke BI_BITFIELDS.

public int GreenMask { get; set; }

Nilai Properti

int

RedMask

Dapatkan atau menetapkan masker warna yang menentukan komponen merah dari masing-masing pixel, valid hanya jika bV4Compression ditetapkan ke BI_BITFIELDS.

public int RedMask { get; set; }

Nilai Properti

int

 Indonesia