Constructor and Description |
---|
WmfSetDibToDev() |
Modifier and Type | Method and Description |
---|---|
int |
getColorUsage()
Gets or sets the color usage.
|
Point |
getDestPos()
Gets or sets the dest position.
|
WmfDeviceIndependentBitmap |
getDib()
Gets or sets the dib.
|
Point |
getDibPos()
Gets or sets the dib position.
|
int |
getHeight()
Gets or sets the height.
|
int |
getScanCount()
Gets or sets the scan count.
|
int |
getStartScan()
Gets or sets the start scan.
|
int |
getWidth()
Gets or sets the width.
|
void |
setColorUsage(int value)
Gets or sets the color usage.
|
void |
setDestPos(Point value)
Gets or sets the dest position.
|
void |
setDib(WmfDeviceIndependentBitmap value)
Gets or sets the dib.
|
void |
setDibPos(Point value)
Gets or sets the dib position.
|
void |
setHeight(int value)
Gets or sets the height.
|
void |
setScanCount(int value)
Gets or sets the scan count.
|
void |
setStartScan(int value)
Gets or sets the start scan.
|
void |
setWidth(int value)
Gets or sets the width.
|
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 MUST be one of the values in thecom.aspose.imaging.fileFormats.wmf.objects.wmfSetDibToDev.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 MUST be one of the values in thecom.aspose.imaging.fileFormats.wmf.objects.wmfSetDibToDev.ColorUsage
Enumeration (section 2.1.1.6).public int getScanCount()
Gets or sets the scan count.
Value: The the number of scan lines in the source.public void setScanCount(int value)
Gets or sets the scan count.
Value: The the number of scan lines in the source.public int getStartScan()
Gets or sets the start scan.
Value: The starting scan line in the source.public void setStartScan(int value)
Gets or sets the start scan.
Value: The starting scan line in the source.public Point getDibPos()
Gets or sets the dib position.
Value: The coordinates, in logical units, of the source rectangle.public void setDibPos(Point value)
Gets or sets the dib position.
Value: The coordinates, in logical units, of the source rectangle.public int getHeight()
Gets or sets the height.
Value: The height, in logical units, of the source and destination rectangles.public void setHeight(int value)
Gets or sets the height.
Value: The height, in logical units, of the source and destination rectangles.public int getWidth()
Gets or sets the width.
Value: The width, in logical units, of the source and destination rectangles.public void setWidth(int value)
Gets or sets the width.
Value: The width, in logical units, of the source and destination rectangles.public Point getDestPos()
Gets or sets the dest position.
Value: The coordinates, in logical units, of the upper-left corner of the destination rectangle.public void setDestPos(Point value)
Gets or sets the dest position.
Value: The coordinates, in logical units, of the upper-left corner of the destination rectangle.public WmfDeviceIndependentBitmap getDib()
Gets or sets the dib.
Value: y-coordinate, in logical units, of the upper-left corner of the destination rectangle.public void setDib(WmfDeviceIndependentBitmap value)
Gets or sets the dib.
Value: y-coordinate, in logical units, of the upper-left corner of the destination rectangle.