public ImGearARTCallout( ImGearARTCalloutType type, int pointX, int pointY, ImGearARTBorder line )
public: ImGearARTCallout( ImGearARTCalloutType type, int pointX, int pointY, ImGearARTBorder* line )
public: ImGearARTCallout( ImGearARTCalloutType type, int pointX, int pointY, ImGearARTBorder^ line )
'Declaration Public Function New( _ ByVal type As ImGearARTCalloutType, _ ByVal pointX As Integer, _ ByVal pointY As Integer, _ ByVal line As ImGearARTBorder _ )
'Usage Dim type As ImGearARTCalloutType Dim pointX As Integer Dim pointY As Integer Dim line As ImGearARTBorder Dim instance As New ImGearARTCallout(type, pointX, pointY, line)
Parameters
- type
- The callout type.
- pointX
- Callout pointer X location.
- pointY
- Callout pointer Y location.
- line
- Callout line attributes.