public final class StretchMode
extends com.aspose.ms.System.Enum
The StretchMode
Enumeration specifies the bitmap
stretching mode, which defines how the system combines rows or columns
of a bitmap with existing pixels.
Modifier and Type | Field and Description |
---|---|
static int |
BlackOnWhite
Performs a Boolean AND operation by using the color values for the
eliminated and existing pixels.
|
static int |
ColorOnColor
Deletes the pixels.
|
static int |
HalfTone
Maps pixels from the source rectangle into blocks of pixels in the
destination rectangle.
|
static int |
WhiteOnBlack
Performs a Boolean OR operation by using the color values for the
eliminated and existing pixels.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int BlackOnWhite
Performs a Boolean AND operation by using the color values for the eliminated and existing pixels. If the bitmap is a monochrome bitmap, this mode preserves black pixels at the expense of white pixels
public static final int WhiteOnBlack
Performs a Boolean OR operation by using the color values for the eliminated and existing pixels. If the bitmap is a monochrome bitmap, this mode preserves white pixels at the expense of black pixels
public static final int ColorOnColor
Deletes the pixels. This mode deletes all eliminated lines of pixels without trying to preserve their information.
public static final int HalfTone
Maps pixels from the source rectangle into blocks of pixels in the destination rectangle. The average color over the destination block of pixels approximates the color of the source pixels.