public static class GdiObject.ImageLoadParameters
extends com.jniwrapper.util.FlagSet
Modifier and Type | Field and Description |
---|---|
static int |
COLOR
The image in color.
|
static int |
COPYDELETEORG
Deletes the original image after creating the copy.
|
static int |
COPYFROMRESOURCE
Tries to reload an icon or cursor resource from the original resource file rather than simply copying the current image.
|
static int |
COPYRETURNORG
Returns the original image handle if it satisfies the criteria for the copy.
|
static int |
CREATEDIBSECTION
Causes function to return a DIB section bitmap rather than a compatible bitmap.
|
static int |
DEFAULTCOLOR
The default flag, it does nothing.
|
static int |
DEFAULTSIZE
Uses the width or height specified by the system metric values.
|
static int |
LOADFROMFILE
Loads the stand-alone image from the file.
|
static int |
LOADMAP3DCOLORS
Searches the color table for the image and replaces the shades of gray with the corresponding 3-D color.
|
static int |
LOADTRANSPARENT
Retrieves the color value of the first pixel in the image and replaces the corresponding entry in the color
table with the default window color.
|
static int |
MONOCHROME
The image in black and white colors.
|
static int |
SHARED
Shares the image handle if the image is loaded multiple times.
|
static int |
VGACOLOR
Uses true VGA colors.
|
Constructor and Description |
---|
ImageLoadParameters() |
public static final int DEFAULTCOLOR
MONOCHROME
".public static final int MONOCHROME
public static final int COLOR
public static final int COPYRETURNORG
public static final int COPYDELETEORG
public static final int LOADFROMFILE
public static final int LOADTRANSPARENT
public static final int DEFAULTSIZE
public static final int VGACOLOR
public static final int LOADMAP3DCOLORS
public static final int CREATEDIBSECTION
public static final int COPYFROMRESOURCE
public static final int SHARED