ImageGear .NET v24.12 - Updated
ImGearARTNote Constructor(IImGearRectangle,String,IImGearRGBQuad,IImGearRGBQuad)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTNote Class > ImGearARTNote Constructor : ImGearARTNote Constructor(IImGearRectangle,String,IImGearRGBQuad,IImGearRGBQuad)
The mark rectangle.
The text of the mark.
The color of the text.
The fill color of the mark.
Initializes a new instance of the ImGearARTNote class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal rect As IImGearRectangle, _
   ByVal text As String, _
   ByVal textColor As IImGearRGBQuad, _
   ByVal fillColor As IImGearRGBQuad _
)
'Usage
 
Dim rect As IImGearRectangle
Dim text As String
Dim textColor As IImGearRGBQuad
Dim fillColor As IImGearRGBQuad
 
Dim instance As New ImGearARTNote(rect, text, textColor, fillColor)
public ImGearARTNote( 
   IImGearRectangle rect,
   string text,
   IImGearRGBQuad textColor,
   IImGearRGBQuad fillColor
)
public: ImGearARTNote( 
   IImGearRectangle* rect,
   string* text,
   IImGearRGBQuad* textColor,
   IImGearRGBQuad* fillColor
)
public:
ImGearARTNote( 
   IImGearRectangle^ rect,
   String^ text,
   IImGearRGBQuad^ textColor,
   IImGearRGBQuad^ fillColor
)

Parameters

rect
The mark rectangle.
text
The text of the mark.
textColor
The color of the text.
fillColor
The fill color of the mark.
See Also

Reference

ImGearARTNote Class
ImGearARTNote Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure