ImageGear .NET v24.12 - Updated
ImGearARTLine Constructor(ImGearPoint,ImGearPoint,IImGearRGBQuad)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTLine Class > ImGearARTLine Constructor : ImGearARTLine Constructor(ImGearPoint,ImGearPoint,IImGearRGBQuad)
The start point of the line.
The end point of the line.
The color of the line.
Initializes a new instance of the ImGearARTLine class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal startPoint As ImGearPoint, _
   ByVal endPoint As ImGearPoint, _
   ByVal color As IImGearRGBQuad _
)
'Usage
 
Dim startPoint As ImGearPoint
Dim endPoint As ImGearPoint
Dim color As IImGearRGBQuad
 
Dim instance As New ImGearARTLine(startPoint, endPoint, color)
public ImGearARTLine( 
   ImGearPoint startPoint,
   ImGearPoint endPoint,
   IImGearRGBQuad color
)
public: ImGearARTLine( 
   ImGearPoint startPoint,
   ImGearPoint endPoint,
   IImGearRGBQuad* color
)
public:
ImGearARTLine( 
   ImGearPoint startPoint,
   ImGearPoint endPoint,
   IImGearRGBQuad^ color
)

Parameters

startPoint
The start point of the line.
endPoint
The end point of the line.
color
The color of the line.
See Also

Reference

ImGearARTLine Class
ImGearARTLine Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure