ImageGear .NET v24.12 - Updated
ImGearARTCallout Constructor(ImGearARTCalloutType,Int32,Int32)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCallout Class > ImGearARTCallout Constructor : ImGearARTCallout Constructor(ImGearARTCalloutType,Int32,Int32)
The callout type.
Callout pointer X location.
Callout pointer Y location.
Initializes a new instance of the ImGearARTCallout class object.
Syntax
'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)
public ImGearARTCallout( 
   ImGearARTCalloutType type,
   int pointX,
   int pointY
)
public: ImGearARTCallout( 
   ImGearARTCalloutType type,
   int pointX,
   int pointY
)
public:
ImGearARTCallout( 
   ImGearARTCalloutType type,
   int pointX,
   int pointY
)

Parameters

type
The callout type.
pointX
Callout pointer X location.
pointY
Callout pointer Y location.
See Also

Reference

ImGearARTCallout Class
ImGearARTCallout Members
Overload List