'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal richText As String _ )
'Usage Dim rect As IImGearRectangle Dim richText As String Dim instance As New ImGearARTRichText(rect, richText)
public ImGearARTRichText( IImGearRectangle rect, string richText )
public: ImGearARTRichText( IImGearRectangle* rect, string* richText )
public: ImGearARTRichText( IImGearRectangle^ rect, String^ richText )
Parameters
- rect
- Mark's rectangle.
- richText
- RTF formatted text.