Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

CIconUtils

Converts HICON's to pixel arrays.

[ Windows | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION

Class Summary

class CIconUtils
{

public:
static ErrCode slamImage( HIMAGELIST himl, long iconID, unsigned long style, long width, long height, long *bitmapP );
protected:
}; // CIconUtils

Back to the top of CIconUtils


DESCRIPTION

Converts HICON's to pixel arrays.

Back to the top of CIconUtils


ErrCode slamImage( HIMAGELIST himl, long iconID, unsigned long style, long width, long height, long *bitmapP );

Copies the pixel values of an icon into bitmapP, translating from Windows format into Java's ARGB format.

in himl
passed to ImageList_Draw
in iconID
passed to ImageList_Draw
in style
passed to ImageList_Draw
in width
the width
in height
the height
in bitmapP
must have at least width*height elements

	static ErrCode		slamImage( HIMAGELIST himl, long iconID, unsigned long style,
									long width, long height, long *bitmapP );

Back to the top of CIconUtils


All Members

public:
static ErrCode slamImage( HIMAGELIST himl, long iconID, unsigned long style, long width, long height, long *bitmapP );
protected:

Back to the top of CIconUtils


Ancestors

Class does not inherit from any other class.

Back to the top of CIconUtils


Descendants

Class is not inherited by any others.

Back to the top of CIconUtils


Generated from source by the Cocoon utilities on Fri Aug 23 12:34:04 2002 .

Report problems to jkotula@stratasys.com


Main Page · JConfig · ImageMeister · System Properties Repository · WordMeister · Free Samples · Java Freeware · Contact Us · FAQ · Links


Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.
WarpMovie, TileMovie, JConfig, ImageMeister and MovieShredder are Trademarks of Samizdat Productions.