Constructor and Description |
---|
WmfDibBitBlt() |
Modifier and Type | Method and Description |
---|---|
Point |
getDstPos()
Gets or sets the DST position.
|
short |
getHeight()
Gets or sets the height.
|
int |
getRasterOperation()
Gets or sets the raster operation.
|
int |
getReserved()
Gets or sets the reserved.
|
WmfDeviceIndependentBitmap |
getSource()
Gets or sets the source.
|
Point |
getSrcPos()
Gets or sets the source position.
|
short |
getWidth()
Gets or sets the width.
|
void |
setDstPos(Point value)
Gets or sets the DST position.
|
void |
setHeight(short value)
Gets or sets the height.
|
void |
setRasterOperation(int value)
Gets or sets the raster operation.
|
void |
setReserved(int value)
Gets or sets the reserved.
|
void |
setSource(WmfDeviceIndependentBitmap value)
Gets or sets the source.
|
void |
setSrcPos(Point value)
Gets or sets the source position.
|
void |
setWidth(short value)
Gets or sets the width.
|
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 Enumeration (section 2.1.1.31).public 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 Enumeration (section 2.1.1.31).public Point getSrcPos()
Gets or sets the source position.
Value: The coordinates, in logical units, of the source rectangle.public void setSrcPos(Point value)
Gets or sets the source position.
Value: The coordinates, in logical units, of the source rectangle.public short getHeight()
Gets or sets the height.
Value: The height, in logical units, of the source and destination rectangles.public void setHeight(short value)
Gets or sets the height.
Value: The height, in logical units, of the source and destination rectangles.public short getWidth()
Gets or sets the width.
Value: The width, in logical units, of the source and destination rectangles.public void setWidth(short value)
Gets or sets the width.
Value: The width, in logical units, of the source and destination rectangles.public Point getDstPos()
Gets or sets the DST position.
Value: The coordinates, in logical units, of the upper-left corner of the destination rectangle.public void setDstPos(Point value)
Gets or sets the DST position.
Value: The coordinates, in logical units, of the upper-left corner of the destination rectangle.public int getReserved()
Gets or sets the reserved.
Value: The reserved.public void setReserved(int value)
Gets or sets the reserved.
Value: The reserved.public WmfDeviceIndependentBitmap getSource()
Gets or sets the source.
Value: A variable-sized DeviceIndependentBitmap Object (section 2.2.2.9) that defines image content. This object MUST be specified, even if the raster operation does not require a source.public void setSource(WmfDeviceIndependentBitmap value)
Gets or sets the source.
Value: A variable-sized DeviceIndependentBitmap Object (section 2.2.2.9) that defines image content. This object MUST be specified, even if the raster operation does not require a source.