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