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




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTTextFromFile Class > ImGearARTTextFromFile Constructor : ImGearARTTextFromFile Constructor(IImGearRectangle,String,IImGearRGBQuad)
Mark's rectangle.
Path to the file to load text from.
Color of the mark's text.
Initializes a new instance of the ImGearARTTextFromFile 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 ImGearARTTextFromFile(rect, text, textColor)
public ImGearARTTextFromFile( 
   IImGearRectangle rect,
   string text,
   IImGearRGBQuad textColor
)
public: ImGearARTTextFromFile( 
   IImGearRectangle* rect,
   string* text,
   IImGearRGBQuad* textColor
)
public:
ImGearARTTextFromFile( 
   IImGearRectangle^ rect,
   String^ text,
   IImGearRGBQuad^ textColor
)

Parameters

rect
Mark's rectangle.
text
Path to the file to load text from.
textColor
Color of the mark's text.
See Also

Reference

ImGearARTTextFromFile Class
ImGearARTTextFromFile Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure