ImageGearJava Project > com.accusoft.imagegear.art Package : IImGearARTPolyline Interface |
The following tables list the members exposed by IImGearARTPolyline.
Name | Description | |
---|---|---|
getColor | Gets the color of the mark.
| |
getEndHeadAngle | Gets the end head angle of the mark.
| |
getEndHeadLength | Gets the end head length of the mark.
| |
getEndHeadType | Gets the end head type of the mark.
| |
getHeadFillColor | Gets the fill color of the line's head.
| |
getNumberOfPoints | Gets the actual number of mark's points.
| |
getOpacity | Gets the opacity of the mark.
| |
getPoint | Gets mark's point with the specified index. | |
getPoints | Gets the raw points array.
| |
getStartHeadAngle | Gets the start head angle of the mark.
| |
getStartHeadLength | Gets the start head length of the mark.
| |
getStartHeadType | Gets the start head type of the mark.
| |
getStyle | Gets the style of the mark.
| |
getWidth | Gets the width of the mark.
| |
isClosed | Gets a value indicating whether the polyline is closed.
| |
setClosed | Sets a value indicating whether the polyline is closed.
| |
setColor | Sets the color of the mark.
| |
setEndHeadAngle | Sets the end head angle of the mark.
| |
setEndHeadLength | Sets the end head length of the mark.
| |
setEndHeadType | Sets the end head type of the mark.
| |
setHeadFillColor | Sets the fill color of the line's head.
| |
setNumberOfPoints | Sets the actual number of mark's points.
| |
setOpacity | Sets the opacity of the mark.
| |
setPoint | Sets mark's point at the specified index. | |
setStartHeadAngle | Sets the start head angle of the mark.
| |
setStartHeadLength | Sets the start head length of the mark.
| |
setStartHeadType | Sets the start head type of the mark.
| |
setStyle | Sets the style of the mark.
| |
setWidth | Sets the width of the mark.
|