Constructor and Description |
---|
WmfStretchBlt() |
Modifier and Type | Method and Description |
---|---|
WmfBitmap16 |
getBitmap()
Gets or sets the bitmap.
|
short |
getDestHeight()
Gets or sets the height of the dest.
|
short |
getDestWidth()
Gets or sets the width of the dest.
|
Point |
getDstPosition()
Gets or sets the DST position.
|
int |
getRasterOperation()
Gets or sets the raster operation.
|
short |
getReserved()
Gets or sets the reserved.
|
short |
getSrcHeight()
Gets or sets the height of the source.
|
Point |
getSrcPosition()
Gets or sets the source position.
|
short |
getSrcWidth()
Gets or sets the width of the source.
|
void |
setBitmap(WmfBitmap16 value)
Gets or sets the bitmap.
|
void |
setDestHeight(short value)
Gets or sets the height of the dest.
|
void |
setDestWidth(short value)
Gets or sets the width of the dest.
|
void |
setDstPosition(Point value)
Gets or sets the DST position.
|
void |
setRasterOperation(int value)
Gets or sets the raster operation.
|
void |
setReserved(short value)
Gets or sets the reserved.
|
void |
setSrcHeight(short value)
Gets or sets the height of the source.
|
void |
setSrcPosition(Point value)
Gets or sets the source position.
|
void |
setSrcWidth(short value)
Gets or sets the width of the source.
|
public int getRasterOperation()
Gets or sets the raster operation.
Value: The source pixels, the current brush in the playback device context, and the destination pixels are to be combined to form the new image. This code MUST be one of the values in the Ternary Raster Operation Enumerationpublic void setRasterOperation(int value)
Gets or sets the raster operation.
Value: The source pixels, the current brush in the playback device context, and the destination pixels are to be combined to form the new image. This code MUST be one of the values in the Ternary Raster Operation Enumerationpublic short getSrcHeight()
Gets or sets the height of the source.
Value: The height, in logical units, of the source rectangle.public void setSrcHeight(short value)
Gets or sets the height of the source.
Value: The height, in logical units, of the source rectangle.public short getSrcWidth()
Gets or sets the width of the source.
Value: The width, in logical units, of the source rectangle.public void setSrcWidth(short value)
Gets or sets the width of the source.
Value: The width, in logical units, of the source rectangle.public Point getSrcPosition()
Gets or sets the source position.
Value: The source position.public void setSrcPosition(Point value)
Gets or sets the source position.
Value: The source position.public short getDestHeight()
Gets or sets the height of the dest.
Value: The height, in logical units, of the destination rectangle.public void setDestHeight(short value)
Gets or sets the height of the dest.
Value: The height, in logical units, of the destination rectangle.public short getDestWidth()
Gets or sets the width of the dest.
Value: The width, in logical units, of the destination rectangle.public void setDestWidth(short value)
Gets or sets the width of the dest.
Value: The width, in logical units, of the destination rectangle.public Point getDstPosition()
Gets or sets the DST position.
Value: The DST position.public void setDstPosition(Point value)
Gets or sets the DST position.
Value: The DST position.public short getReserved()
Gets or sets the reserved.
Value: The reserved.This field MUST be ignored.public void setReserved(short value)
Gets or sets the reserved.
Value: The reserved.This field MUST be ignored.public WmfBitmap16 getBitmap()
Gets or sets the bitmap.
Value: The bitmap.public void setBitmap(WmfBitmap16 value)
Gets or sets the bitmap.
Value: The bitmap.