Initializes a new instance of the
ImGearARTLine class object.
Syntax
'Declaration
Public Function New( _
ByVal As ImGearPoint, _
ByVal As ImGearPoint, _
ByVal As IImGearRGBQuad, _
ByVal As ImGearARTPenStyle, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As IImGearRGBQuad, _
ByVal As ImGearARTLineHeadType, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ImGearARTLineHeadType, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim startPoint As ImGearPoint
Dim endPoint As ImGearPoint
Dim color As IImGearRGBQuad
Dim style As ImGearARTPenStyle
Dim width As Integer
Dim opacity As Integer
Dim headFillColor As IImGearRGBQuad
Dim startHeadType As ImGearARTLineHeadType
Dim startHeadAngle As Integer
Dim startHeadLength As Integer
Dim endHeadType As ImGearARTLineHeadType
Dim endHeadAngle As Integer
Dim endHeadLength As Integer
Dim instance As New ImGearARTLine(startPoint, endPoint, color, style, width, opacity, headFillColor, startHeadType, startHeadAngle, startHeadLength, endHeadType, endHeadAngle, endHeadLength)
public ImGearARTLine(
ImGearPoint ,
ImGearPoint ,
IImGearRGBQuad ,
ImGearARTPenStyle ,
int ,
int ,
IImGearRGBQuad ,
ImGearARTLineHeadType ,
int ,
int ,
ImGearARTLineHeadType ,
int ,
int
)
public: ImGearARTLine(
ImGearPoint ,
ImGearPoint ,
IImGearRGBQuad* ,
ImGearARTPenStyle ,
int ,
int ,
IImGearRGBQuad* ,
ImGearARTLineHeadType ,
int ,
int ,
ImGearARTLineHeadType ,
int ,
int
)
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.
See Also