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




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPoint Class > ImGearARTPoint Constructor : ImGearARTPoint Constructor(IImGearPoint,IImGearRGBQuad)
The point mark.
Color 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 _
)
'Usage
 
Dim point As IImGearPoint
Dim color As IImGearRGBQuad
 
Dim instance As New ImGearARTPoint(point, color)
public ImGearARTPoint( 
   IImGearPoint point,
   IImGearRGBQuad color
)
public: ImGearARTPoint( 
   IImGearPoint* point,
   IImGearRGBQuad* color
)
public:
ImGearARTPoint( 
   IImGearPoint^ point,
   IImGearRGBQuad^ color
)

Parameters

point
The point mark.
color
Color of the mark.
See Also

Reference

ImGearARTPoint Class
ImGearARTPoint Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure