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




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

Parameters

rect
Mark's rectangle.
text
Text of the mark.
textColor
Color of the mark's text.
See Also

Reference

ImGearARTTypedText Class
ImGearARTTypedText Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure