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




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTFilledEllipse Class > ImGearARTFilledEllipse Constructor : ImGearARTFilledEllipse 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 ImGearARTFilledEllipse 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 ImGearARTFilledEllipse(rect, fillColor, isHighlighted)
public ImGearARTFilledEllipse( 
   IImGearRectangle rect,
   IImGearRGBQuad fillColor,
   bool isHighlighted
)
public: ImGearARTFilledEllipse( 
   IImGearRectangle* rect,
   IImGearRGBQuad* fillColor,
   bool isHighlighted
)
public:
ImGearARTFilledEllipse( 
   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

ImGearARTFilledEllipse Class
ImGearARTFilledEllipse Members
Overload List
ImGearRectangle Structure
ImGearRGBQuad Structure