Class BitmapCoreHeader

Class BitmapCoreHeader

Tên không gian: Aspose.Imaging.FileFormats.Bmp Tổng hợp: Aspose.Imaging.dll (25.4.0)

Kích thước và định dạng màu của DIB.Tên tiêu đề BITMAPCOREHEADER có nghĩa là OS21XBitMapheader.

public abstract class BitmapCoreHeader

Inheritance

object BitmapCoreHeader

Derived

BitmapInfoHeader

Thành viên thừa kế

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

Constructors

BitmapCoreHeader()

protected BitmapCoreHeader()

Fields

BitmapCoreHeaderSize

BITMAPCOREHEADER có kích thước đầu OS21XBitMapheader

public const int BitmapCoreHeaderSize = 12

Giá trị Field

int

BitmapInfoHeaderSize

Bitmap thông tin header kích thước v3

public const int BitmapInfoHeaderSize = 40

Giá trị Field

int

BitmapInfoHeaderSizeV2

Bitmap thông tin header kích thước v2

public const int BitmapInfoHeaderSizeV2 = 52

Giá trị Field

int

BitmapInfoHeaderSizeV3

Bitmap thông tin header kích thước v3

public const int BitmapInfoHeaderSizeV3 = 56

Giá trị Field

int

BitmapInfoHeaderSizeV4

Bitmap thông tin header kích thước v4

public const int BitmapInfoHeaderSizeV4 = 108

Giá trị Field

int

BitmapInfoHeaderSizeV5

Bitmap thông tin header kích thước v5

public const int BitmapInfoHeaderSizeV5 = 124

Giá trị Field

int

OS22XBitmapThông tinFullSize

Bitmap core header2 kích thước

public const int Os22XBitmapHeaderFullSize = 64

Giá trị Field

int

OS22XBitmapThể loại

Bitmap core header2 kích thước

public const int Os22XBitmapHeaderSize = 16

Giá trị Field

int

Properties

BitmapHeight

Nhận hoặc đặt chiều cao bitmap.

public int BitmapHeight { get; set; }

Giá trị bất động sản

int

BitmapPlanes

Nhận hoặc đặt số lượng máy bay.

public ushort BitmapPlanes { get; set; }

Giá trị bất động sản

ushort

BitmapWidth

Gets hoặc set bitmap width.

public int BitmapWidth { get; set; }

Giá trị bất động sản

int

BitsPerPixel

Nhận hoặc đặt bit cho từng pixel count.

public ushort BitsPerPixel { get; set; }

Giá trị bất động sản

ushort

HeaderSize

Nhận hoặc đặt kích thước của cấu trúc này trong byte.

public uint HeaderSize { get; set; }

Giá trị bất động sản

uint

 Tiếng Việt