ImageGear .NET - Updated
ImGearARTPolyline Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32,Int32,Boolean)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyline Class > ImGearARTPolyline Constructor : ImGearARTPolyline Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32,Int32,Boolean)
The mark's points.
Color of the mark.
The line style.
The line width.
Opacity of the mark.
Specifies whether the line is closed or not.
Initializes a new instance of the ImGearARTPolyline class object.
Syntax
'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 _
)
'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 instance As New ImGearARTPolyline(points, color, style, width, opacity, isClosed)
public ImGearARTPolyline( 
   ImGearPoint[] points,
   IImGearRGBQuad color,
   ImGearARTPenStyle style,
   int width,
   int opacity,
   bool isClosed
)
public: ImGearARTPolyline( 
   ImGearPoint[]* points,
   IImGearRGBQuad* color,
   ImGearARTPenStyle style,
   int width,
   int opacity,
   bool isClosed
)
public:
ImGearARTPolyline( 
   array<ImGearPoint>^ points,
   IImGearRGBQuad^ color,
   ImGearARTPenStyle style,
   int width,
   int opacity,
   bool isClosed
)

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.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure
ImGearARTPenStyle Enumeration