public ImGearARTTextFromFile( IImGearRectangle rect, string text, IImGearRGBQuad textColor )
public: ImGearARTTextFromFile( IImGearRectangle* rect, string* text, IImGearRGBQuad* textColor )
public: ImGearARTTextFromFile( IImGearRectangle^ rect, String^ text, IImGearRGBQuad^ textColor )
'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)
Parameters
- rect
- Mark's rectangle.
- text
- Path to the file to load text from.
- textColor
- Color of the mark's text.