'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal richText As String, _ ByVal fillColor As IImGearRGBQuad, _ ByVal border As ImGearARTBorder, _ ByVal opacity As Integer _ )
'Usage Dim rect As IImGearRectangle Dim richText As String Dim fillColor As IImGearRGBQuad Dim border As ImGearARTBorder Dim opacity As Integer Dim instance As New ImGearARTRichText(rect, richText, fillColor, border, opacity)
public ImGearARTRichText( IImGearRectangle rect, string richText, IImGearRGBQuad fillColor, ImGearARTBorder border, int opacity )
public: ImGearARTRichText( IImGearRectangle* rect, string* richText, IImGearRGBQuad* fillColor, ImGearARTBorder* border, int opacity )
public: ImGearARTRichText( IImGearRectangle^ rect, String^ richText, IImGearRGBQuad^ fillColor, ImGearARTBorder^ border, int opacity )
Parameters
- rect
- Mark's rectangle.
- richText
- RTF formatted text.
- fillColor
- The mark's fill color.
- border
- The mark's border.
- opacity
- Opacity of the the mark.