ImageGear .NET v25.2 - Updated
ImGearARTPoint Constructor(IImGearPoint,IImGearRGBQuad)




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

Is this page helpful?
Yes No
Thanks for your feedback.