JNA API 3.0.3

com.sun.jna.examples.win32
Class GDI32.BITMAPINFOHEADER

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.examples.win32.GDI32.BITMAPINFOHEADER
Enclosing interface:
GDI32

public static class GDI32.BITMAPINFOHEADER
extends Structure


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue
 
Field Summary
 short biBitCount
           
 int biClrImportant
           
 int biClrUsed
           
 int biCompression
           
 int biHeight
           
 short biPlanes
           
 int biSize
           
 int biSizeImage
           
 int biWidth
           
 int biXPelsPerMeter
           
 int biYPelsPerMeter
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
GDI32.BITMAPINFOHEADER()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

GDI32.BITMAPINFOHEADER

public GDI32.BITMAPINFOHEADER()

JNA API 3.0.3

Copyright © 2007-2008 Timothy Wall. All Rights Reserved.