ImageGear .NET - Updated December 24, 2018
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)

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