ImageGear .NET - Updated December 24, 2018
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)

Parameters

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

Reference

ImGearARTPoint Class
ImGearARTPoint Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure