Constructor and Description |
---|
WmfStretchDib()
WMFs the record.
|
Modifier and Type | Method and Description |
---|---|
int |
getColorUsage()
Gets or sets the color usage.
|
short |
getDestHeight()
Gets or sets the height of the dest.
|
short |
getDestWidth()
Gets or sets the width of the dest.
|
int |
getRasterOperation()
Gets or sets the raster operation.
|
WmfDeviceIndependentBitmap |
getSourceBitmap()
Gets or sets the source bitmap.
|
short |
getSrcHeight()
Gets or sets the height of the source.
|
short |
getSrcWidth()
Gets or sets the width of the source.
|
short |
getXDest()
Gets or sets the x dest.
|
short |
getXSrc()
Gets or sets the x source.
|
short |
getYDest()
Gets or sets the y dest.
|
short |
getYSrc()
Gets or sets the y source.
|
void |
setColorUsage(int value)
Gets or sets the color usage.
|
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 |
setRasterOperation(int value)
Gets or sets the raster operation.
|
void |
setSourceBitmap(WmfDeviceIndependentBitmap value)
Gets or sets the source bitmap.
|
void |
setSrcHeight(short value)
Gets or sets the height of the source.
|
void |
setSrcWidth(short value)
Gets or sets the width of the source.
|
void |
setXDest(short value)
Gets or sets the x dest.
|
void |
setXSrc(short value)
Gets or sets the x source.
|
void |
setYDest(short value)
Gets or sets the y dest.
|
void |
setYSrc(short value)
Gets or sets the y source.
|
public int getRasterOperation()
Gets or sets the raster operation.
Value: 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 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 int getColorUsage()
Gets or sets the color usage.
Value:
The Colors field of the DIB contains explicit RGB values or indexes
into a palette. This value MUST be in the
com.aspose.imaging.fileFormats.wmf.objects.wmfStretchDib.ColorUsage
Enumeration (section 2.1.1.6).
public void setColorUsage(int value)
Gets or sets the color usage.
Value:
The Colors field of the DIB contains explicit RGB values or indexes
into a palette. This value MUST be in the
com.aspose.imaging.fileFormats.wmf.objects.wmfStretchDib.ColorUsage
Enumeration (section 2.1.1.6).
public 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 rectanglepublic void setSrcWidth(short value)
Gets or sets the width of the source.
Value: The width, in logical units, of the source rectanglepublic short getYSrc()
Gets or sets the y source.
Value: The y-coordinate, in logical units, of the upper-left corner of the source rectangle.public void setYSrc(short value)
Gets or sets the y source.
Value: The y-coordinate, in logical units, of the upper-left corner of the source rectangle.public short getXSrc()
Gets or sets the x source.
Value: The x-coordinate, in logical units, of the upper-left corner of the source rectangle.public void setXSrc(short value)
Gets or sets the x source.
Value: The x-coordinate, in logical units, of the upper-left corner of the source rectangle.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 short getYDest()
Gets or sets the y dest.
Value: The y-coordinate, in logical units, of the upper-left corner of the destination rectangle.public void setYDest(short value)
Gets or sets the y dest.
Value: The y-coordinate, in logical units, of the upper-left corner of the destination rectangle.public short getXDest()
Gets or sets the x dest.
Value: The x-coordinate, in logical units, of the upper-left corner of the destination rectangle.public void setXDest(short value)
Gets or sets the x dest.
Value: The x-coordinate, in logical units, of the upper-left corner of the destination rectangle.public WmfDeviceIndependentBitmap getSourceBitmap()
Gets or sets the source bitmap.
Value: The source bitmap.public void setSourceBitmap(WmfDeviceIndependentBitmap value)
Gets or sets the source bitmap.
Value: The source bitmap.