BCGSuite for MFC
CBCGPImage

Detailed Description

The CBCGPImage class implements the functionality of the image.

See also
CBCGPGraphicsResource, CBCGPGraphicsManager::DrawImage
+ Inheritance diagram for CBCGPImage:

Public Types

enum  BCGP_IMAGE_INTERPOLATION_MODE
 

Public Member Functions

 CBCGPImageConstructor. Creates an image from the specified resource.
 
 CBCGPImageConstructor. Creates an image from external file.
 
 CBCGPImageCopy constructor.
 
 CBCGPImageConstructor. Creates an image from specified icon.
 
 CBCGPImageConstructor. Creates an image from specified bitmap
 
 CBCGPImageConstructor. Creates an image from a memory buffer
 
 ExportToBitmapExports image to bitmap.
 
 MakeDarkerMakes the image darker.
 
 MakeLighterMakes the image lighter.
 
 MakePaleMakes the image pale.
 
- Public Member Functions inherited from CBCGPGraphicsResource
 DetachCall this method to detach internal resource handle from this object.
 
 GetGraphicsManagerReturns a reference to CBCGPGraphicsManager - derived object associated with this object.
 
 GetHandleReturns a resource handle associated with this object.
 
 GetHandle1Returns a second (optional) resource handle associated with this object.
 
 GetHandle2Returns a third (optional) resource handle associated with this object.
 
 IsNullCheck whether this object has a NULL handle.
 
 SetCall this method to associate this object with a CBCGPGraphicsManager - derived object and resource handle(s).
 

Additional Inherited Members

- Protected Member Functions inherited from CBCGPGraphicsResource
 CBCGPGraphicsResourceDefault constructor.