Package FreeImagePy :: Module constants :: Class PBITMAPINFOHEADER
[show private | hide private]
[frames | no frames]

Type PBITMAPINFOHEADER

object --+        
         |        
    _CData --+    
             |    
     Structure --+
                 |
                PBITMAPINFOHEADER


Method Summary
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
list _fields_ = [('biSize', <class 'ctypes.c_ulong'>), ('biWi...
CField biBitCount = <Field type=c_ushort, ofs=14, size=2>
CField biClrImportant = <Field type=c_ulong, ofs=36, size=4>
CField biClrUsed = <Field type=c_ulong, ofs=32, size=4>
CField biCompression = <Field type=c_ulong, ofs=16, size=4>
CField biHeight = <Field type=c_long, ofs=8, size=4>
CField biPlanes = <Field type=c_ushort, ofs=12, size=2>
CField biSize = <Field type=c_ulong, ofs=0, size=4>
CField biSizeImage = <Field type=c_ulong, ofs=20, size=4>
CField biWidth = <Field type=c_long, ofs=4, size=4>
CField biXPelsPerMeter = <Field type=c_long, ofs=24, size=4>
CField biYPelsPerMeter = <Field type=c_long, ofs=28, size=4>

Class Variable Details

_fields_

Type:
list
Value:
[('biSize', <class 'ctypes.c_ulong'>),
 ('biWidth', <class 'ctypes.c_long'>),
 ('biHeight', <class 'ctypes.c_long'>),
 ('biPlanes', <class 'ctypes.c_ushort'>),
 ('biBitCount', <class 'ctypes.c_ushort'>),
 ('biCompression', <class 'ctypes.c_ulong'>),
 ('biSizeImage', <class 'ctypes.c_ulong'>),
 ('biXPelsPerMeter', <class 'ctypes.c_long'>),
...                                                                    

biBitCount

Type:
CField
Value:
<Field type=c_ushort, ofs=14, size=2>                                  

biClrImportant

Type:
CField
Value:
<Field type=c_ulong, ofs=36, size=4>                                   

biClrUsed

Type:
CField
Value:
<Field type=c_ulong, ofs=32, size=4>                                   

biCompression

Type:
CField
Value:
<Field type=c_ulong, ofs=16, size=4>                                   

biHeight

Type:
CField
Value:
<Field type=c_long, ofs=8, size=4>                                     

biPlanes

Type:
CField
Value:
<Field type=c_ushort, ofs=12, size=2>                                  

biSize

Type:
CField
Value:
<Field type=c_ulong, ofs=0, size=4>                                    

biSizeImage

Type:
CField
Value:
<Field type=c_ulong, ofs=20, size=4>                                   

biWidth

Type:
CField
Value:
<Field type=c_long, ofs=4, size=4>                                     

biXPelsPerMeter

Type:
CField
Value:
<Field type=c_long, ofs=24, size=4>                                    

biYPelsPerMeter

Type:
CField
Value:
<Field type=c_long, ofs=28, size=4>                                    

Generated by Epydoc 2.1 on Fri Nov 17 12:52:34 2006 http://epydoc.sf.net