ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPoint Class / ImGearARTPoint Constructor / ImGearARTPoint Constructor(IImGearPoint,IImGearRGBQuad,Int32,Int32)
The point mark.
Color of the mark.
Width of the mark.
Opacity of the mark.




In This Topic
    ImGearARTPoint Constructor(IImGearPoint,IImGearRGBQuad,Int32,Int32)
    In This Topic
    Initializes a new instance of the ImGearARTPoint class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal point As IImGearPoint, _
       ByVal color As IImGearRGBQuad, _
       ByVal width As Integer, _
       ByVal opacity As Integer _
    )
    'Usage
     
    Dim point As IImGearPoint
    Dim color As IImGearRGBQuad
    Dim width As Integer
    Dim opacity As Integer
     
    Dim instance As New ImGearARTPoint(point, color, width, opacity)
    public ImGearARTPoint( 
       IImGearPoint point,
       IImGearRGBQuad color,
       int width,
       int opacity
    )
    public: ImGearARTPoint( 
       IImGearPoint* point,
       IImGearRGBQuad* color,
       int width,
       int opacity
    )
    public:
    ImGearARTPoint( 
       IImGearPoint^ point,
       IImGearRGBQuad^ color,
       int width,
       int opacity
    )

    Parameters

    point
    The point mark.
    color
    Color of the mark.
    width
    Width of the mark.
    opacity
    Opacity of the mark.
    See Also