ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTProtractor Class / ImGearARTProtractor Constructor / ImGearARTProtractor Constructor(ImGearPoint,ImGearPoint,ImGearPoint,IImGearRGBQuad)
Start point of the mark.
Head point of the mark.
End point of the mark.
Mark color.




In This Topic
    ImGearARTProtractor Constructor(ImGearPoint,ImGearPoint,ImGearPoint,IImGearRGBQuad)
    In This Topic
    Initializes a new instance of the ImGearARTProtractor class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal startPoint As ImGearPoint, _
       ByVal headPoint As ImGearPoint, _
       ByVal endPoint As ImGearPoint, _
       ByVal color As IImGearRGBQuad _
    )
    'Usage
     
    Dim startPoint As ImGearPoint
    Dim headPoint As ImGearPoint
    Dim endPoint As ImGearPoint
    Dim color As IImGearRGBQuad
     
    Dim instance As New ImGearARTProtractor(startPoint, headPoint, endPoint, color)
    public ImGearARTProtractor( 
       ImGearPoint startPoint,
       ImGearPoint headPoint,
       ImGearPoint endPoint,
       IImGearRGBQuad color
    )
    public: ImGearARTProtractor( 
       ImGearPoint startPoint,
       ImGearPoint headPoint,
       ImGearPoint endPoint,
       IImGearRGBQuad* color
    )
    public:
    ImGearARTProtractor( 
       ImGearPoint startPoint,
       ImGearPoint headPoint,
       ImGearPoint endPoint,
       IImGearRGBQuad^ color
    )

    Parameters

    startPoint
    Start point of the mark.
    headPoint
    Head point of the mark.
    endPoint
    End point of the mark.
    color
    Mark color.
    See Also