Package org.eclipse.swt.internal.win32
Class DIBSECTION
java.lang.Object
org.eclipse.swt.internal.win32.BITMAP
org.eclipse.swt.internal.win32.DIBSECTION
-
Field Summary
FieldsModifier and TypeFieldDescriptionshortintintintintshortintintintintintintintintintintstatic final intFields inherited from class org.eclipse.swt.internal.win32.BITMAP
bmBits, bmBitsPixel, bmHeight, bmPlanes, bmType, bmWidth, bmWidthBytes -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
biSize
public int biSize -
biWidth
public int biWidth -
biHeight
public int biHeight -
biPlanes
public short biPlanes -
biBitCount
public short biBitCount -
biCompression
public int biCompression -
biSizeImage
public int biSizeImage -
biXPelsPerMeter
public int biXPelsPerMeter -
biYPelsPerMeter
public int biYPelsPerMeter -
biClrUsed
public int biClrUsed -
biClrImportant
public int biClrImportant -
dsBitfields0
public int dsBitfields0 -
dsBitfields1
public int dsBitfields1 -
dsBitfields2
public int dsBitfields2 -
dshSection
public int dshSection -
dsOffset
public int dsOffset -
sizeof
public static final int sizeof
-
-
Constructor Details
-
DIBSECTION
public DIBSECTION()
-