nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / BitmapInfoHeaderRGBA

BitmapInfoHeaderRGBA

Full name Microsoft.VisualBasic.Imaging.BitmapImage.FileStream.BitmapInfoHeaderRGBA Assembly Microsoft.VisualBasic.Runtime Members 8

01 Syntax

Microsoft.VisualBasic.Imaging.BitmapImage.FileStream.BitmapInfoHeaderRGBA

02 Methods

NameOverloadsSummary
.ctor 1 DIB header (bitmap information header) This is standard Windows BITMAPINFOHEADER as described here https://en.wikipedia.org/wiki/BMP_file_format#Bitmap_file_header
GetHeaderFromBytes 1

03 Properties

NameOverloadsSummary
HeaderInfoBytes 1 This is BitmapInfoHeader for ARGB32 as described here https://en.wikipedia.org/wiki/BMP_file_format#Example_2
SizeInBytes 1

04 Fields

05 Members

method .ctor #
#ctor(Int32, Int32, BitsPerPixelEnum, Int32, Int32, Int32, CompressionMethod)

DIB header (bitmap information header) This is standard Windows BITMAPINFOHEADER as described here https://en.wikipedia.org/wiki/BMP_file_format#Bitmap_file_header

property HeaderInfoBytes #
HeaderInfoBytes

This is BitmapInfoHeader for ARGB32 as described here https://en.wikipedia.org/wiki/BMP_file_format#Example_2

field RedChannelBitMask #
RedChannelBitMask
field GreenChannelBitMask #
GreenChannelBitMask
field BlueChannelBitMask #
BlueChannelBitMask
field AlphaChannelBitMask #
AlphaChannelBitMask
property SizeInBytes #
SizeInBytes
method GetHeaderFromBytes #
GetHeaderFromBytes(Byte())