'Declaration Public Function New( _ ByVal points() As ImGearPoint, _ ByVal color As IImGearRGBQuad, _ ByVal style As ImGearARTPenStyle, _ ByVal width As Integer, _ ByVal opacity As Integer, _ ByVal isClosed As Boolean, _ 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 points() As ImGearPoint Dim color As IImGearRGBQuad Dim style As ImGearARTPenStyle Dim width As Integer Dim opacity As Integer Dim isClosed As Boolean 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 ImGearARTPolyline(points, color, style, width, opacity, isClosed, headFillColor, startHeadType, startHeadAngle, startHeadLength, endHeadType, endHeadAngle, endHeadLength)
public ImGearARTPolyline( ImGearPoint[] points, IImGearRGBQuad color, ImGearARTPenStyle style, int width, int opacity, bool isClosed, IImGearRGBQuad headFillColor, ImGearARTLineHeadType startHeadType, int startHeadAngle, int startHeadLength, ImGearARTLineHeadType endHeadType, int endHeadAngle, int endHeadLength )
public: ImGearARTPolyline( ImGearPoint[]* points, IImGearRGBQuad* color, ImGearARTPenStyle style, int width, int opacity, bool isClosed, IImGearRGBQuad* headFillColor, ImGearARTLineHeadType startHeadType, int startHeadAngle, int startHeadLength, ImGearARTLineHeadType endHeadType, int endHeadAngle, int endHeadLength )
public: ImGearARTPolyline( array<ImGearPoint>^ points, IImGearRGBQuad^ color, ImGearARTPenStyle style, int width, int opacity, bool isClosed, IImGearRGBQuad^ headFillColor, ImGearARTLineHeadType startHeadType, int startHeadAngle, int startHeadLength, ImGearARTLineHeadType endHeadType, int endHeadAngle, int endHeadLength )
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.