Module winGDI :: Class BITMAPINFOHEADER
[hide private]
[frames] | no frames]

Class BITMAPINFOHEADER

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   BITMAPINFOHEADER

Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

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

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

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_ushort'>),
 ('biSizeImage', <class 'ctypes.c_ulong'>),
 ('biXPelsPerMeter', <class 'ctypes.c_long'>),
...