ICPlus | classes |
class ICBitMask | ^ |
Icon Plus generic bitmap mask class.
The ICBitMask class creates and manages a black & white bitmap image.
- Source:
- ../ic_bitmap.h:118
- Author:
- Dmitry A Steklenev
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ICBitMask constructor public Constructs the empty generic mask. ICBitMask constructor public Constructs the generic mask. bits_per_pixel ICBitmap method public Returns the number of bits per pixel. byte_width ICBitmap method public Returns the bitmap width in bytes. dump ICBitmap method public Dumps the generic bitmap. flip ICBitmap method public Flips the generic bitmap. get_pixel ICBitmap method public Returns the specified pixel. height ICBitmap method public Returns the bitmap height in pixels. map ICBitmap method public Returns the bitmap pointer. padded_size ICBitmap method public Returns the padded bitmap size in bytes. set_pixel ICBitmap method public Sets the specified pixel. size ICBitmap method public Returns the bitmap size in bytes. width ICBitmap method public Returns the bitmap width in pixels.
constructor ICBitMask | ? ^ > |
Constructs the empty generic mask.
- Source:
- ../ic_bitmap.h:121
- Code:
public ICBitMask ( ) : ICBitmap ( )
constructor ICBitMask | ? ^ < > |
Constructs the generic mask.
- Source:
- ../ic_bitmap.h:123
- Code:
public ICBitMask ( size_type width , size_type height ) : ICBitmap ( width , height , 1 )
method bits_per_pixel | ? ^ < > |
Returns the number of bits per pixel.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:80
- Code:
public size_type bits_per_pixel ( ) const
method byte_width | ? ^ < > |
Returns the bitmap width in bytes.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:82
- Code:
public size_type byte_width ( ) const
method dump | ? ^ < > |
Dumps the generic bitmap.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:95
- Code:
public void dump ( )
method flip | ? ^ < > |
Flips the generic bitmap.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:93
- Code:
public void flip ( )
method get_pixel | ? ^ < > |
Returns the specified pixel.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:87
method height | ? ^ < > |
Returns the bitmap height in pixels.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:78
- Code:
public size_type height ( ) const
method map | ? ^ < > |
Returns the bitmap pointer.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:84
- Code:
public BYTE * map ( )
method padded_size | ? ^ < > |
Returns the padded bitmap size in bytes.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:74
method set_pixel | ? ^ < > |
Sets the specified pixel.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:89
method size | ? ^ < > |
Returns the bitmap size in bytes.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:72
- Code:
public size_type size ( ) const
method width | ? ^ < > |
Returns the bitmap width in pixels.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:76
- Code:
public size_type width ( ) const
Created Wed Jul 10 21:27:42 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.