public class WmfPatBlt extends WmfPointObject
The META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context. The brush color and the surface color or colors are combined using the specified raster operation.
Constructor and Description |
---|
WmfPatBlt() |
Modifier and Type | Method and Description |
---|---|
short |
getHeight()
Gets or sets the height.
|
int |
getRasterOperation()
Gets or sets the raster operation.
|
short |
getWidth()
Gets or sets the width.
|
void |
setHeight(short value)
Gets or sets the height.
|
void |
setRasterOperation(int value)
Gets or sets the raster operation.
|
void |
setWidth(short value)
Gets or sets the width.
|
getPoint, setPoint
public int getRasterOperation()
Gets or sets the raster operation.
Value: The raster operation code. This code MUST be one of the values in the Ternary Raster Operation enumeration table.public void setRasterOperation(int value)
Gets or sets the raster operation.
Value: The raster operation code. This code MUST be one of the values in the Ternary Raster Operation enumeration table.public short getHeight()
Gets or sets the height.
Value: The height, in logical units, of the rectangle.public void setHeight(short value)
Gets or sets the height.
Value: The height, in logical units, of the rectangle.public short getWidth()
Gets or sets the width.
Value: The width, in logical units, of the rectangle.public void setWidth(short value)
Gets or sets the width.
Value: The width, in logical units, of the rectangle.