ImageGear .NET v24.12 - Updated
ImGearARTPinUpText Constructor(IImGearRectangle,String,IImGearRGBQuad,String,Single,ImGearARTFontStyles,IImGearRGBQuad)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPinUpText Class > ImGearARTPinUpText Constructor : ImGearARTPinUpText Constructor(IImGearRectangle,String,IImGearRGBQuad,String,Single,ImGearARTFontStyles,IImGearRGBQuad)
Rectangle of the mark.
The mark's text string.
The mark's text color.
The mark's text font name.
The mark's text font size.
The mark's text font style.
The mark's pin 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, _
   ByVal fontName As String, _
   ByVal fontSize As Single, _
   ByVal fontStyle As ImGearARTFontStyles, _
   ByVal pinColor As IImGearRGBQuad _
)
'Usage
 
Dim rect As IImGearRectangle
Dim text As String
Dim textColor As IImGearRGBQuad
Dim fontName As String
Dim fontSize As Single
Dim fontStyle As ImGearARTFontStyles
Dim pinColor As IImGearRGBQuad
 
Dim instance As New ImGearARTPinUpText(rect, text, textColor, fontName, fontSize, fontStyle, pinColor)
public ImGearARTPinUpText( 
   IImGearRectangle rect,
   string text,
   IImGearRGBQuad textColor,
   string fontName,
   float fontSize,
   ImGearARTFontStyles fontStyle,
   IImGearRGBQuad pinColor
)
public: ImGearARTPinUpText( 
   IImGearRectangle* rect,
   string* text,
   IImGearRGBQuad* textColor,
   string* fontName,
   float fontSize,
   ImGearARTFontStyles fontStyle,
   IImGearRGBQuad* pinColor
)
public:
ImGearARTPinUpText( 
   IImGearRectangle^ rect,
   String^ text,
   IImGearRGBQuad^ textColor,
   String^ fontName,
   float fontSize,
   ImGearARTFontStyles fontStyle,
   IImGearRGBQuad^ pinColor
)

Parameters

rect
Rectangle of the mark.
text
The mark's text string.
textColor
The mark's text color.
fontName
The mark's text font name.
fontSize
The mark's text font size.
fontStyle
The mark's text font style.
pinColor
The mark's pin color.
See Also

Reference

ImGearARTPinUpText Class
ImGearARTPinUpText Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure
ImGearARTFontStyles Enumeration