ImageGear .NET
ImGearARTPolyline Constructor(ImGearPoint[],IImGearRGBQuad)




The mark's points.
Color of the mark.
Initializes a new instance of the ImGearARTPolyline class object.
Syntax
public ImGearARTPolyline( 
   ImGearPoint[] points,
   IImGearRGBQuad color
)
public: ImGearARTPolyline( 
   ImGearPoint[]* points,
   IImGearRGBQuad* color
)
public:
ImGearARTPolyline( 
   array<ImGearPoint>^ points,
   IImGearRGBQuad^ color
)
'Declaration
 
Public Function New( _
   ByVal points() As ImGearPoint, _
   ByVal color As IImGearRGBQuad _
)
 
'Usage
 
Dim points() As ImGearPoint
Dim color As IImGearRGBQuad
 
Dim instance As New ImGearARTPolyline(points, color)

Parameters

points
The mark's points.
color
Color of the mark.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback