'Declaration Public Function New( _ ByVal type As ImGearARTCalloutType, _ ByVal pointX As Integer, _ ByVal pointY As Integer _ )
'Usage Dim type As ImGearARTCalloutType Dim pointX As Integer Dim pointY As Integer Dim instance As New ImGearARTCallout(type, pointX, pointY)
Parameters
- type
- The callout type.
- pointX
- Callout pointer X location.
- pointY
- Callout pointer Y location.