public class WmfScanObject extends MetaObject
The Scan Object specifies a collection of scanlines.
Constructor and Description |
---|
WmfScanObject() |
Modifier and Type | Method and Description |
---|---|
int |
getBottom()
Gets or sets the bottom.
|
int |
getCount()
Gets or sets the count.
|
int |
getCount2()
Gets or sets the count2.
|
Point[] |
getScanLines()
Gets or sets the scan lines.
|
int |
getTop()
Gets or sets the top.
|
void |
setBottom(int value)
Gets or sets the bottom.
|
void |
setCount(int value)
Gets or sets the count.
|
void |
setCount2(int value)
Gets or sets the count2.
|
void |
setScanLines(Point[] value)
Gets or sets the scan lines.
|
void |
setTop(int value)
Gets or sets the top.
|
public int getCount()
Gets or sets the count.
Value: The number of horizontal (x-axis) coordinates in thecom.aspose.imaging.fileFormats.wmf.objects.wmfScanObject.ScanLines
array. This value MUST be a multiple of 2, since left and right
endpoints are required to specify each scanline.public void setCount(int value)
Gets or sets the count.
Value: The number of horizontal (x-axis) coordinates in thecom.aspose.imaging.fileFormats.wmf.objects.wmfScanObject.ScanLines
array. This value MUST be a multiple of 2, since left and right
endpoints are required to specify each scanline.public int getTop()
Gets or sets the top.
Value: The vertical (y-axis) coordinate, in logical units, of the top scanline.public void setTop(int value)
Gets or sets the top.
Value: The vertical (y-axis) coordinate, in logical units, of the top scanline.public int getBottom()
Gets or sets the bottom.
Value: The vertical (y-axis) coordinate, in logical units, of the bottom scanline.public void setBottom(int value)
Gets or sets the bottom.
Value: The vertical (y-axis) coordinate, in logical units, of the bottom scanline.public Point[] getScanLines()
Gets or sets the scan lines.
Value: An array of scanlines, each specified by left and right horizontal (x-axis) coordinates of its endpoints.public void setScanLines(Point[] value)
Gets or sets the scan lines.
Value: An array of scanlines, each specified by left and right horizontal (x-axis) coordinates of its endpoints.public int getCount2()
Gets or sets the count2.
Value: The same as the value of thecom.aspose.imaging.fileFormats.wmf.objects.wmfScanObject.Count
field; it is present to allow upward travel in the structure.public void setCount2(int value)
Gets or sets the count2.
Value: The same as the value of thecom.aspose.imaging.fileFormats.wmf.objects.wmfScanObject.Count
field; it is present to allow upward travel in the structure.