ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    ImGearARTLine Constructor(ImGearPoint,ImGearPoint,IImGearRGBQuad)
    In This Topic
    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