'Declaration Public Function New( _ ByVal startPoint As ImGearPoint, _ ByVal endPoint As ImGearPoint, _ ByVal color As IImGearRGBQuad, _ ByVal style As ImGearARTPenStyle, _ ByVal width As Integer, _ ByVal opacity As Integer, _ ByVal headFillColor As IImGearRGBQuad, _ ByVal startHeadType As ImGearARTLineHeadType, _ ByVal startHeadAngle As Integer, _ ByVal startHeadLength As Integer, _ ByVal endHeadType As ImGearARTLineHeadType, _ ByVal endHeadAngle As Integer, _ ByVal endHeadLength 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 startPoint, ImGearPoint endPoint, IImGearRGBQuad color, ImGearARTPenStyle style, int width, int opacity, IImGearRGBQuad headFillColor, ImGearARTLineHeadType startHeadType, int startHeadAngle, int startHeadLength, ImGearARTLineHeadType endHeadType, int endHeadAngle, int endHeadLength )
public: ImGearARTLine( ImGearPoint startPoint, ImGearPoint endPoint, IImGearRGBQuad* color, ImGearARTPenStyle style, int width, int opacity, IImGearRGBQuad* headFillColor, ImGearARTLineHeadType startHeadType, int startHeadAngle, int startHeadLength, ImGearARTLineHeadType endHeadType, int endHeadAngle, int endHeadLength )
public: ImGearARTLine( ImGearPoint startPoint, ImGearPoint endPoint, IImGearRGBQuad^ color, ImGearARTPenStyle style, int width, int opacity, IImGearRGBQuad^ headFillColor, ImGearARTLineHeadType startHeadType, int startHeadAngle, int startHeadLength, ImGearARTLineHeadType endHeadType, int endHeadAngle, int endHeadLength )
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.