ImageGear .NET v24.12 - Updated
ImGearARTFilledRectangle Constructor(IImGearRectangle,IImGearRGBQuad,Boolean)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTFilledRectangle Class > ImGearARTFilledRectangle Constructor : ImGearARTFilledRectangle Constructor(IImGearRectangle,IImGearRGBQuad,Boolean)
The mark's rectangle.
Fill color of the mark.
Specifies whether the mark is highlighted or not.
Initializes a new instance of the ImGearARTFilledRectangle class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal rect As IImGearRectangle, _
   ByVal fillColor As IImGearRGBQuad, _
   ByVal isHighlighted As Boolean _
)
'Usage
 
Dim rect As IImGearRectangle
Dim fillColor As IImGearRGBQuad
Dim isHighlighted As Boolean
 
Dim instance As New ImGearARTFilledRectangle(rect, fillColor, isHighlighted)
public ImGearARTFilledRectangle( 
   IImGearRectangle rect,
   IImGearRGBQuad fillColor,
   bool isHighlighted
)
public: ImGearARTFilledRectangle( 
   IImGearRectangle* rect,
   IImGearRGBQuad* fillColor,
   bool isHighlighted
)
public:
ImGearARTFilledRectangle( 
   IImGearRectangle^ rect,
   IImGearRGBQuad^ fillColor,
   bool isHighlighted
)

Parameters

rect
The mark's rectangle.
fillColor
Fill color of the mark.
isHighlighted
Specifies whether the mark is highlighted or not.
See Also

Reference

ImGearARTFilledRectangle Class
ImGearARTFilledRectangle Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure