ImageGear for .NET
ImGearARTRichText Constructor(IImGearRectangle,String,IImGearRGBQuad,ImGearARTBorder,Int32)
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTRichText Class > ImGearARTRichText Constructor : ImGearARTRichText Constructor(IImGearRectangle,String,IImGearRGBQuad,ImGearARTBorder,Int32)




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.

Glossary Item Box

Initializes a new instance of the ImGearARTRichText class object.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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.

Remarks

This constructor validates if the richText argument is a valid RTF-formatted string and throws the ImGearException with a PARAMETER_HAS_INVALID_VALUE error code if it is not.

See Also

©2013. Accusoft Corporation. All Rights Reserved.