public class EmfPolyPolyLine extends EmfDrawingRecordType
The EMR_POLYPOLYLINE record specifies multiple series of connected line segments.
The line segments SHOULD be drawn using the current pen. The figures formed by the segments SHOULD NOT filled. The current position SHOULD neither be used nor updated by this record.
Constructor and Description |
---|
EmfPolyPolyLine(EmfRecord source)
Initializes a new instance of the
EmfPolyPolyLine class. |
Modifier and Type | Method and Description |
---|---|
Point[][] |
getAPoints()
Gets or sets a Count-length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specify the point data, in logical units.
|
int[] |
getAPolylinePointCount()
Gets or sets a NumberOfPolylines-length array of 32-bit unsigned
integers that specify the point counts for all polylines.
|
Rectangle |
getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
int |
getCount()
Gets or sets a 32-bit unsigned integer that specifies the total number of points in all
polylines, which is the number of elements in the aPoints array.
|
int |
getNumberOfPolylines()
Gets or sets a 32-bit unsigned integer that specifies the number of
polylines, which is the number of elements in the aPolylinePointCount array.
|
void |
setAPoints(Point[][] value)
Gets or sets a Count-length array of WMF PointL objects ([MS-WMF] section 2.2.2.15)
that specify the point data, in logical units.
|
void |
setAPolylinePointCount(int[] value)
Gets or sets a NumberOfPolylines-length array of 32-bit unsigned
integers that specify the point counts for all polylines.
|
void |
setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies
the bounding rectangle in device units.
|
void |
setCount(int value)
Gets or sets a 32-bit unsigned integer that specifies the total number of points in all
polylines, which is the number of elements in the aPoints array.
|
void |
setNumberOfPolylines(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of
polylines, which is the number of elements in the aPolylinePointCount array.
|
getSize, getType, setSize, setType
deepClone_internalized
public EmfPolyPolyLine(EmfRecord source)
Initializes a new instance of the EmfPolyPolyLine
class.
source
- The source.public Rectangle getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units.
public void setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units.
public int getNumberOfPolylines()
Gets or sets a 32-bit unsigned integer that specifies the number of polylines, which is the number of elements in the aPolylinePointCount array.
public void setNumberOfPolylines(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of polylines, which is the number of elements in the aPolylinePointCount array.
public int getCount()
Gets or sets a 32-bit unsigned integer that specifies the total number of points in all polylines, which is the number of elements in the aPoints array.
public void setCount(int value)
Gets or sets a 32-bit unsigned integer that specifies the total number of points in all polylines, which is the number of elements in the aPoints array.
public int[] getAPolylinePointCount()
Gets or sets a NumberOfPolylines-length array of 32-bit unsigned integers that specify the point counts for all polylines. Each value MUST be greater than or equal to 0x00000002.
public void setAPolylinePointCount(int[] value)
Gets or sets a NumberOfPolylines-length array of 32-bit unsigned integers that specify the point counts for all polylines. Each value MUST be greater than or equal to 0x00000002.
public Point[][] getAPoints()
Gets or sets a Count-length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specify the point data, in logical units.
public void setAPoints(Point[][] value)
Gets or sets a Count-length array of WMF PointL objects ([MS-WMF] section 2.2.2.15) that specify the point data, in logical units.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.