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 )
'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)
Parameters
- point
- The point mark.
- color
- Color of the mark.
- width
- Width of the mark.
- opacity
- Opacity of the mark.