Initializes a new instance of the
ImGearARTLine class object.
Syntax
public ImGearARTLine(
ImGearPoint ,
ImGearPoint ,
IImGearRGBQuad ,
ImGearARTPenStyle ,
int ,
int ,
IImGearRGBQuad ,
ImGearARTLineHeadType ,
int ,
int ,
ImGearARTLineHeadType ,
int ,
int
)
|
Parameters
- startPoint
- The start point of the line.
- endPoint
- The end point of the line.
- color
- The color of the line.
- style
- The line style.
- width
- The width of the line.
- opacity
- Opacity of the line.
- headFillColor
- Fill color of the line's head.
- startHeadType
- The type of the line's start head.
- startHeadAngle
- The angle of the line's start head.
- startHeadLength
- The length of the line's start head.
- endHeadType
- The type of the line's end head.
- endHeadAngle
- The angle of the line's end head.
- endHeadLength
- The length of the line's end head. com.accusoft.imagegear.core.shapes.ImGearPointT:com.accusoft.imagegear.art.ImGearARTPenStyleImGearARTLineHeadType
See Also