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




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCallout Class > ImGearARTCallout Constructor : ImGearARTCallout Constructor(ImGearARTCalloutType,Int32,Int32,ImGearARTBorder)
The callout type.
Callout pointer X location.
Callout pointer Y location.
Callout line attributes.
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, _
   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)
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
)

Parameters

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

Reference

ImGearARTCallout Class
ImGearARTCallout Members
Overload List
ImGearARTCalloutType Enumeration
ImGearARTBorder Class