Initializes a new instance of the
ImGearARTPolyline class object.
Syntax
public ImGearARTPolyline(
ImGearPoint[] ,
IImGearRGBQuad ,
ImGearARTPenStyle ,
int ,
int ,
boolean ,
IImGearRGBQuad ,
ImGearARTLineHeadType ,
int ,
int ,
ImGearARTLineHeadType ,
int ,
int
)
|
Parameters
- points
- The mark's points.
- color
- Color of the mark.
- style
- The line style.
- width
- The line width.
- opacity
- Opacity of the mark.
- isClosed
- Specifies whether the line is closed or not.
- headFillColor
- Fill color of the line's head.
- startHeadType
- Start head type.
- startHeadAngle
- Start head angle.
- startHeadLength
- Start head length.
- endHeadType
- End head type.
- endHeadAngle
- End head angle.
- endHeadLength
- End head length. com.accusoft.imagegear.core.shapes.ImGearPointT:com.accusoft.imagegear.art.ImGearARTPenStyleImGearARTLineHeadType
See Also