ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTTextCallout Class > ImGearARTTextCallout Constructor : ImGearARTTextCallout Constructor(IImGearRectangle,String,IImGearRGBQuad,String,Single,ImGearARTFontStyles,ImGearARTCallout) |
'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal text As String, _ ByVal textColor As IImGearRGBQuad, _ ByVal fontName As String, _ ByVal fontSize As Single, _ ByVal fontStyle As ImGearARTFontStyles, _ ByVal callout As ImGearARTCallout _ )
'Usage Dim rect As IImGearRectangle Dim text As String Dim textColor As IImGearRGBQuad Dim fontName As String Dim fontSize As Single Dim fontStyle As ImGearARTFontStyles Dim callout As ImGearARTCallout Dim instance As New ImGearARTTextCallout(rect, text, textColor, fontName, fontSize, fontStyle, callout)
public ImGearARTTextCallout( IImGearRectangle rect, string text, IImGearRGBQuad textColor, string fontName, float fontSize, ImGearARTFontStyles fontStyle, ImGearARTCallout callout )
public: ImGearARTTextCallout( IImGearRectangle* rect, string* text, IImGearRGBQuad* textColor, string* fontName, float fontSize, ImGearARTFontStyles fontStyle, ImGearARTCallout* callout )
public: ImGearARTTextCallout( IImGearRectangle^ rect, String^ text, IImGearRGBQuad^ textColor, String^ fontName, float fontSize, ImGearARTFontStyles fontStyle, ImGearARTCallout^ callout )