ImageGear .NET v24.12 - Updated
ImGearARTPoint Constructor(IImGearPoint,IImGearRGBQuad,Int32,Int32)




ImageGear24.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.
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

Reference

ImGearARTPoint Class
ImGearARTPoint Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure