C# Class UlteriusServer.Api.Win32.WinApi.Bitmapinfoheader

Mostrar archivo Open project: Ulterius/server

Public Properties

Property Type Description
biBitCount ushort
biClrImportant uint
biClrUsed uint
biCompression uint
biHeight int
biPlanes ushort
biSize uint
biSizeImage uint
biWidth int
biXPelsPerMeter int
biYPelsPerMeter int

Property Details

biBitCount public_oe property

public ushort biBitCount
return ushort

biClrImportant public_oe property

public uint biClrImportant
return uint

biClrUsed public_oe property

public uint biClrUsed
return uint

biCompression public_oe property

public uint biCompression
return uint

biHeight public_oe property

public int biHeight
return int

biPlanes public_oe property

public ushort biPlanes
return ushort

biSize public_oe property

public uint biSize
return uint

biSizeImage public_oe property

public uint biSizeImage
return uint

biWidth public_oe property

public int biWidth
return int

biXPelsPerMeter public_oe property

public int biXPelsPerMeter
return int

biYPelsPerMeter public_oe property

public int biYPelsPerMeter
return int