ImageGear .NET v25.2 - Updated
ImGearARTPinUpText Constructor(IImGearRectangle,String,IImGearRGBQuad)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTPinUpText Class > ImGearARTPinUpText Constructor : ImGearARTPinUpText Constructor(IImGearRectangle,String,IImGearRGBQuad)
Rectangle of the mark.
The mark's text string.
The mark's text color.
Initializes a new instance of the ImGearARTPinUpText 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 ImGearARTPinUpText(rect, text, textColor)
public ImGearARTPinUpText( 
   IImGearRectangle rect,
   string text,
   IImGearRGBQuad textColor
)
public: ImGearARTPinUpText( 
   IImGearRectangle* rect,
   string* text,
   IImGearRGBQuad* textColor
)
public:
ImGearARTPinUpText( 
   IImGearRectangle^ rect,
   String^ text,
   IImGearRGBQuad^ textColor
)

Parameters

rect
Rectangle of the mark.
text
The mark's text string.
textColor
The mark's text color.
See Also

Reference

ImGearARTPinUpText Class
ImGearARTPinUpText Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure

Is this page helpful?
Yes No
Thanks for your feedback.