ImageGear .NET v24.12 - Updated
ImGearARTTextCallout Constructor(IImGearRectangle,String,IImGearRGBQuad,ImGearARTCallout)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTTextCallout Class > ImGearARTTextCallout Constructor : ImGearARTTextCallout Constructor(IImGearRectangle,String,IImGearRGBQuad,ImGearARTCallout)
Mark's rectangle.
Text string.
Color of the text.
ImGearARTCallout object that specifies mark's callout attributes.
Initializes a new instance of the ImGearARTTextCallout class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal rect As IImGearRectangle, _
   ByVal text As String, _
   ByVal textColor As IImGearRGBQuad, _
   ByVal callout As ImGearARTCallout _
)
'Usage
 
Dim rect As IImGearRectangle
Dim text As String
Dim textColor As IImGearRGBQuad
Dim callout As ImGearARTCallout
 
Dim instance As New ImGearARTTextCallout(rect, text, textColor, callout)
public ImGearARTTextCallout( 
   IImGearRectangle rect,
   string text,
   IImGearRGBQuad textColor,
   ImGearARTCallout callout
)
public: ImGearARTTextCallout( 
   IImGearRectangle* rect,
   string* text,
   IImGearRGBQuad* textColor,
   ImGearARTCallout* callout
)
public:
ImGearARTTextCallout( 
   IImGearRectangle^ rect,
   String^ text,
   IImGearRGBQuad^ textColor,
   ImGearARTCallout^ callout
)

Parameters

rect
Mark's rectangle.
text
Text string.
textColor
Color of the text.
callout
ImGearARTCallout object that specifies mark's callout attributes.
See Also

Reference

ImGearARTTextCallout Class
ImGearARTTextCallout Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure
ImGearARTCallout Class