ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTCallout Class > ImGearARTCallout Constructor : ImGearARTCallout Constructor(ImGearARTCalloutType,Int32,Int32,ImGearARTBorder) |
'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 )